次の方法で共有


Site.HttpsOnly プロパティ

定義

httpsOnly を取得または設定します。https 要求のみを受け入れるように Web サイトを構成します。 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

適用対象