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. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.