Freigeben über


Site.HttpsOnly Eigenschaft

Definition

Ruft httpsOnly ab oder legt diese fest: konfiguriert eine Website so, dass sie nur HTTPS-Anforderungen akzeptiert. Problemumleitung für HTTP-Anforderungen

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: