CorsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides programmatic configuration for Cors.
public ref class CorsOptions
public class CorsOptions
type CorsOptions = class
Public Class CorsOptions
- Inheritance
-
CorsOptions
Constructors
CorsOptions() |
Properties
DefaultPolicyName |
Gets or sets the default policy name. |
Methods
AddDefaultPolicy(Action<CorsPolicyBuilder>) |
Adds a new policy and sets it as the default. |
AddDefaultPolicy(CorsPolicy) |
Adds a new policy and sets it as the default. |
AddPolicy(String, Action<CorsPolicyBuilder>) |
Adds a new policy. |
AddPolicy(String, CorsPolicy) |
Adds a new policy. |
GetPolicy(String) |
Gets the policy based on the |