共用方式為


CorsResult.IsOriginAllowed 屬性

定義

取得或設定值,判斷是否允許原點。 當 為 時 false ,不應該傳送 CORS 標頭。

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

屬性值

適用於