AttributeBasedPolicyProviderFactory Class
An implementation of ICorsPolicyProviderFactory that returns the ICorsPolicyProvider from the controller or action attribute.
Assembly: System.Web.Http.Cors (in System.Web.Http.Cors.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeBasedPolicyProviderFactory() | Initializes a new instance of the AttributeBasedPolicyProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | DefaultPolicyProvider | Gets or sets the default ICorsPolicyProvider. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCorsPolicyProvider(HttpRequestMessage^) | Gets the ICorsPolicyProvider for the request. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


