CorsRuleAllowedMethod 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 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. |