Sdílet prostřednictvím


RedirectConfiguration.CustomHost Property

Definition

Gets or sets host to redirect. Leave empty to use the incoming host as the destination host.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to