CorsPolicy.IsOriginAllowed プロパティ

定義

配信元が許可されているかどうかを評価する関数を取得または設定します。

public:
 property Func<System::String ^, bool> ^ IsOriginAllowed { Func<System::String ^, bool> ^ get(); void set(Func<System::String ^, bool> ^ value); };
public Func<string,bool> IsOriginAllowed { get; set; }
member this.IsOriginAllowed : Func<string, bool> with get, set
Public Property IsOriginAllowed As Func(Of String, Boolean)

プロパティ値

適用対象