CorsResult.IsPreflightRequest プロパティ

定義

現在の要求が CORS プレフライト要求かどうかを決定する値を取得または設定します。

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

プロパティ値

適用対象