IHttpMethodMetadata.AcceptCorsPreflight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the associated endpoint should accept CORS preflight requests.
public:
property bool AcceptCorsPreflight { bool get(); };
public bool AcceptCorsPreflight { get; }
public virtual bool AcceptCorsPreflight { get; set; }
member this.AcceptCorsPreflight : bool
member this.AcceptCorsPreflight : bool with get, set
Public ReadOnly Property AcceptCorsPreflight As Boolean
Public Overridable Property AcceptCorsPreflight As Boolean