Table of Contents

Class UrlResolveOptions

Namespace
CMS.Base
Assembly
CMS.Base.dll

Options for resolving relative URLs.

public sealed class UrlResolveOptions
Inheritance
object
UrlResolveOptions
Extension Methods

Constructors

UrlResolveOptions()

public UrlResolveOptions()

Properties

UseSSL

Determines whether to use HTTP or HTTPS when resolving relative URLs. HTTPS is used by default.

public bool UseSSL { get; set; }

Property Value

bool