Share via


MatchVariable interface

Define match variables.

Properties

selector

The selector of match variable.

variableName

Match Variable.

Property Details

selector

The selector of match variable.

selector?: string

Property Value

string

variableName

Match Variable.

variableName: "RemoteAddr" | "RequestMethod" | "QueryString" | "PostArgs" | "RequestUri" | "RequestHeaders" | "RequestBody" | "RequestCookies"

Property Value

"RemoteAddr" | "RequestMethod" | "QueryString" | "PostArgs" | "RequestUri" | "RequestHeaders" | "RequestBody" | "RequestCookies"