Site.HttpsOnly Property

Definition

Gets or sets httpsOnly: configures a web site to accept only https requests. Issues redirect for http requests

[Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsOnly")]
public bool? HttpsOnly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsOnly")>]
member this.HttpsOnly : Nullable<bool> with get, set
Public Property HttpsOnly As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to