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)
Syntax
public interface ICorsPolicyProvider
public interface class ICorsPolicyProvider
type ICorsPolicyProvider = interface end
Public Interface ICorsPolicyProvider
Methods
Name | Description | |
---|---|---|
![]() |
GetCorsPolicyAsync(IOwinRequest) | Selects a CORS policy to apply for the given request. |
See Also
Return to top