CorsRequestContext.IsPreflight Property
Gets a value indicating whether this is a preflight request.
Namespace: System.Web.Cors
Assembly: System.Web.Cors (in System.Web.Cors.dll)
Syntax
public bool IsPreflight { get; }
public:
property bool IsPreflight {
bool get();
}
member IsPreflight : bool with get
Public ReadOnly Property IsPreflight As Boolean
Property Value
Type: System.Boolean
See Also
CorsRequestContext Class
System.Web.Cors Namespace
Return to top