CorsConstants Class
CORS-related constants.
Assembly: System.Web.Cors (in System.Web.Cors.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AccessControlAllowCredentials | The Access-Control-Allow-Credentials response header. |
![]() ![]() | AccessControlAllowHeaders | The Access-Control-Allow-Headers response header. |
![]() ![]() | AccessControlAllowMethods | The Access-Control-Allow-Methods response header. |
![]() ![]() | AccessControlAllowOrigin | The Access-Control-Allow-Origin response header. |
![]() ![]() | AccessControlExposeHeaders | The Access-Control-Expose-Headers response header. |
![]() ![]() | AccessControlMaxAge | The Access-Control-Max-Age response header. |
![]() ![]() | AccessControlRequestHeaders | The Access-Control-Request-Headers request header. |
![]() ![]() | AccessControlRequestMethod | The Access-Control-Request-Method request header. |
![]() ![]() | AnyOrigin | The value for the Access-Control-Allow-Origin response header to allow all origins. |
![]() ![]() | Origin | The Origin request header. |
![]() ![]() | PreflightHttpMethod | The HTTP method for the CORS preflight request. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

