Aracılığıyla paylaş


CorsPolicyBuilder.SetIsOriginAllowed(Func<String,Boolean>) Yöntem

Tanım

Temel alınan ilke için belirtilen isOriginAllowed değerini ayarlar.

public:
 Microsoft::AspNetCore::Cors::Infrastructure::CorsPolicyBuilder ^ SetIsOriginAllowed(Func<System::String ^, bool> ^ isOriginAllowed);
public Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder SetIsOriginAllowed (Func<string,bool> isOriginAllowed);
member this.SetIsOriginAllowed : Func<string, bool> -> Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder
Public Function SetIsOriginAllowed (isOriginAllowed As Func(Of String, Boolean)) As CorsPolicyBuilder

Parametreler

isOriginAllowed
Func<String,Boolean>

İlke tarafından bir kaynağın izin verilip verilmediğini değerlendirmek için kullanılan işlev.

Döndürülenler

Geçerli ilke oluşturucusu.

Şunlara uygulanır