CorsOptions.AllowAll Property

 

A policy that allows all headers, all methods, any origin and supports credentials

Namespace:   Microsoft.Owin.Cors
Assembly:  Microsoft.Owin.Cors (in Microsoft.Owin.Cors.dll)

Syntax

public static CorsOptions AllowAll { get; }
public:
property CorsOptions^ AllowAll {
    static CorsOptions^ get();
}
static member AllowAll : CorsOptions with get
Public Shared ReadOnly Property AllowAll As CorsOptions

Property Value

Type: Microsoft.Owin.Cors.CorsOptions

Returns CorsOptions.

See Also

CorsOptions Class
Microsoft.Owin.Cors Namespace

Return to top