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)

속성 값

적용 대상