ICorsPolicyProvider Interface

 

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

Namespace:   Microsoft.Owin.Cors
Assembly:  Microsoft.Owin.Cors (in Microsoft.Owin.Cors.dll)

public interface class ICorsPolicyProvider

NameDescription
System_CAPS_pubmethodGetCorsPolicyAsync(IOwinRequest^)

Selects a CORS policy to apply for the given request.

Return to top
Show: