Field AccessControlAllowMethods
The HTTP Access-Control-Allow-Methods header.
Specifies the methods that are allowed when accessing the resource in a CORS context.
public const string AccessControlAllowMethods = "Access-Control-Allow-Methods"
Returns
- string
- The HTTP Access-Control-Allow-Methods header. Specifies the methods that are allowed when accessing the resource in a CORS context.