RequestMethodMatchConditionMatchValue 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.
The RequestMethodMatchConditionMatchValue.
public enum RequestMethodMatchConditionMatchValue
type RequestMethodMatchConditionMatchValue =
Public Enum RequestMethodMatchConditionMatchValue
- Inheritance
-
RequestMethodMatchConditionMatchValue
Fields
| Name | Value | Description |
|---|---|---|
| Get | 0 | GET. |
| Head | 1 | HEAD. |
| Post | 2 | POST. |
| Put | 3 | PUT. |
| Delete | 4 | DELETE. |
| Options | 5 | OPTIONS. |
| Trace | 6 | TRACE. |