Share via


CorsPolicy.AllowAnyHeader Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

See Also

CorsPolicy Class
System.Web.Cors Namespace

Return to top