CorsOptions.CorsEngine Property

 

The cors engine

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

Syntax

public ICorsEngine CorsEngine { get; set; }
public:
property ICorsEngine^ CorsEngine {
    ICorsEngine^ get();
    void set(ICorsEngine^ value);
}
member CorsEngine : ICorsEngine with get, set
Public Property CorsEngine As ICorsEngine

Property Value

Type: System.Web.Cors.ICorsEngine

Returns ICorsEngine.

See Also

CorsOptions Class
Microsoft.Owin.Cors Namespace

Return to top