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

'Declaration
Public Shared ReadOnly Property AllowAll As CorsOptions 
    Get
'Usage
Dim value As CorsOptions 

value = CorsOptions.AllowAll
public static CorsOptions AllowAll { get; }
public:
static property CorsOptions^ AllowAll {
    CorsOptions^ get ();
}
static member AllowAll : CorsOptions
static function get AllowAll () : CorsOptions

Property Value

Type: Microsoft.Owin.Cors.CorsOptions
Returns CorsOptions.

See Also

Reference

CorsOptions Class

Microsoft.Owin.Cors Namespace