Partager via


CorsRuleAllowedMethod Enum

Definition

The CorsRuleAllowedMethod.

public enum CorsRuleAllowedMethod
type CorsRuleAllowedMethod = 
Public Enum CorsRuleAllowedMethod
Inheritance
CorsRuleAllowedMethod

Fields

Name Value Description
Delete 0

DELETE.

Get 1

GET.

Head 2

HEAD.

Merge 3

MERGE.

Post 4

POST.

Options 5

OPTIONS.

Put 6

PUT.

Patch 7

PATCH.

Applies to