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

プロパティ値

適用対象