Microsoft.Owin.Cors Namespace
The Microsoft.Owin.Cors namespace contains types related to CORS middleware.
Classes
Class | Description | |
---|---|---|
![]() |
CorsMiddleware | Processes requests according to the provided cross domain policy. |
![]() |
CorsOptions | Contains the options used by the CorsMiddleware |
![]() |
CorsPolicyProvider | A pluggable CORS policy provider that always returns null by default. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
ICorsPolicyProvider | Defines how to select a CORS policy for a given request. |
Return to top