共用方式為


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

屬性值

適用於