次の方法で共有


MatchVariable.VariableName プロパティ

定義

一致する変数を取得または設定します。 指定できる値は、'RemoteAddr'、'RequestMethod'、'QueryString'、'PostArgs'、'RequestUri'、'RequestHeaders'、'RequestBody'、'RequestCookies' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象