次の方法で共有


UrlRedirectActionParameters.CustomHostname プロパティ

定義

リダイレクトするホストを取得または設定します。 受信ホストを宛先ホストとして使用するには、空のままにします。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象