Bagikan melalui


MatchVariable.VariableName Property

Definition

Gets or sets match Variable. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to