Microsoft.Owin.Cors Namespace
The Microsoft.Owin.Cors namespace contains types related to CORS middleware.
| 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. |
| Interface | Description | |
|---|---|---|
![]() | ICorsPolicyProvider | Defines how to select a CORS policy for a given request. |
Show:

