次の方法で共有


UrlRedirectActionParameters.CustomPath プロパティ

定義

リダイレクトする完全なパスを取得または設定します。 パスを空にすることはできません。/で始まる必要があります。 受信パスを宛先パスとして使用するには、空のままにします。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象