Compartir a través de


RouteUpdateParameters.HttpsRedirect Propiedad

Definición

Obtiene o establece si se redirige automáticamente el tráfico HTTP al tráfico HTTPS. Tenga en cuenta que se trata de una manera sencilla de configurar esta regla y será la primera regla que se ejecute. Entre los valores posibles se incluyen: "Enabled", "Disabled"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsRedirect")]
public string HttpsRedirect { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsRedirect")>]
member this.HttpsRedirect : string with get, set
Public Property HttpsRedirect As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a