RulesEngineMatchVariable Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Match Variable.
public enum RulesEngineMatchVariable
type RulesEngineMatchVariable =
Public Enum RulesEngineMatchVariable
- Inheritance
-
RulesEngineMatchVariable
Fields
| Name | Value | Description |
|---|---|---|
| IsMobile | 0 | IsMobile. |
| RemoteAddr | 1 | RemoteAddr. |
| RequestMethod | 2 | RequestMethod. |
| QueryString | 3 | QueryString. |
| PostArgs | 4 | PostArgs. |
| RequestUri | 5 | RequestUri. |
| RequestPath | 6 | RequestPath. |
| RequestFilename | 7 | RequestFilename. |
| RequestFilenameExtension | 8 | RequestFilenameExtension. |
| RequestHeader | 9 | RequestHeader. |
| RequestBody | 10 | RequestBody. |
| RequestScheme | 11 | RequestScheme. |