Class WebSettings
Represents the Web server settings.
Inheritance
System.Object
WebSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unosquare.PassCore.Web.Models
Syntax
public class WebSettings
Properties
EnableHttpsRedirect
Gets or sets a value indicating whether [enable HTTPS redirect].
Declaration
public bool EnableHttpsRedirect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|