Class UrlResolveOptions
Options for resolving relative URLs.
public sealed class UrlResolveOptions
- Inheritance
-
objectUrlResolveOptions
- Extension Methods
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