Aracılığıyla paylaş


INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) Yöntem

Tanım

İlkenin içinde endpointssağlanan uç noktalardan herhangi biri ile eşleşip eşleşmediğini değerlendirir.

public:
 bool AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public bool AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Public Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean

Parametreler

endpoints
IReadOnlyList<Endpoint>

listesi Endpoint.

Döndürülenler

true ilke sağlanan endpointsherhangi bir için geçerliyse.

Şunlara uygulanır