CorsHttpConfigurationExtensions Class
CORS-related extension methods for HttpConfiguration.
Assembly: System.Web.Http.Cors (in System.Web.Http.Cors.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | EnableCors(HttpConfiguration^) | Enables the support for CORS. |
![]() ![]() | EnableCors(HttpConfiguration^, ICorsPolicyProvider^) | Enables the support for CORS. |
![]() ![]() | GetCorsEngine(HttpConfiguration^) | Gets the ICorsEngine from the HttpConfiguration. |
![]() ![]() | GetCorsPolicyProviderFactory(HttpConfiguration^) | Gets the ICorsPolicyProviderFactory from the HttpConfiguration. |
![]() ![]() | SetCorsEngine(HttpConfiguration^, ICorsEngine^) | Sets the ICorsEngine on the HttpConfiguration. |
![]() ![]() | SetCorsPolicyProviderFactory(HttpConfiguration^, ICorsPolicyProviderFactory^) | Sets the ICorsPolicyProviderFactory on the HttpConfiguration. |
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:

