EnableCorsAttribute Class
This class defines an attribute that can be applied to an action or a controller to enable CORS. By default, it allows all origins, methods and headers.
Assembly: System.Web.Http.Cors (in System.Web.Http.Cors.dll)
| Name | Description | |
|---|---|---|
![]() | EnableCorsAttribute(String^, String^, String^) | Initializes a new instance of the EnableCorsAttribute class. |
![]() | EnableCorsAttribute(String^, String^, String^, String^) | Initializes a new instance of the EnableCorsAttribute class. |
| Name | Description | |
|---|---|---|
![]() | ExposedHeaders | Gets the headers that the resource might use and can be exposed. |
![]() | Headers | Gets the headers that are supported by the resource. |
![]() | Methods | Gets the methods that are supported by the resource. |
![]() | Origins | Gets the origins that are allowed to access the resource. |
![]() | PreflightMaxAge | Gets or sets the number of seconds the results of a preflight request can be cached. |
![]() | SupportsCredentials | Gets or sets a value indicating whether the resource supports user credentials in the request. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetCorsPolicyAsync(HttpRequestMessage^, CancellationToken) | |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



