Share via


WebSiteData.IsHttpsOnly Property

Definition

HttpsOnly: configures a web site to accept only https requests. Issues redirect for http requests

public bool? IsHttpsOnly { get; set; }
member this.IsHttpsOnly : Nullable<bool> with get, set
Public Property IsHttpsOnly As Nullable(Of Boolean)

Property Value

Applies to