共用方式為


SiteInner.HttpsOnly 屬性

定義

取得或設定 HTTPsOnly:將網站設定為只接受 HTTPs 要求。 HTTP 要求的重新導向問題

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於