Microsoft.Owin.Cors Namespace

 

The Microsoft.Owin.Cors namespace contains types related to CORS middleware.

Classes

Class Description
System_CAPS_pubclass CorsMiddleware

Processes requests according to the provided cross domain policy.

System_CAPS_pubclass CorsOptions

Contains the options used by the CorsMiddleware

System_CAPS_pubclass CorsPolicyProvider

A pluggable CORS policy provider that always returns null by default.

Interfaces

Interface Description
System_CAPS_pubinterface ICorsPolicyProvider

Defines how to select a CORS policy for a given request.

Return to top