CorsPolicy.AllowAnyMethod Property

 

Gets or sets a value indicating whether to allow all methods.

Namespace:   System.Web.Cors
Assembly:  System.Web.Cors (in System.Web.Cors.dll)

Syntax

public bool AllowAnyMethod {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool AllowAnyMethod {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member AllowAnyMethod : bool with get, set
Public Property AllowAnyMethod As Boolean

Property Value

Type: System.Boolean

See Also

CorsPolicy Class
System.Web.Cors Namespace

Return to top