次の方法で共有


HttpMethodMetadata.AcceptCorsPreflight プロパティ

定義

関連付けられているエンドポイントが CORS プレフライト要求を受け入れる必要があるかどうかを示す値を返します。

public:
 property bool AcceptCorsPreflight { bool get(); };
public bool AcceptCorsPreflight { get; }
public bool AcceptCorsPreflight { get; set; }
member this.AcceptCorsPreflight : bool
member this.AcceptCorsPreflight : bool with get, set
Public ReadOnly Property AcceptCorsPreflight As Boolean
Public Property AcceptCorsPreflight As Boolean

プロパティ値

実装

適用対象