Share via


RequestMethodMatchConditionMatchValue Enum

Definition

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.

Applies to