INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) Method

Definition

Evaluates if the policy matches any of the endpoints provided in endpoints.

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

Parameters

endpoints
IReadOnlyList<Endpoint>

A list of Endpoint.

Returns

true if the policy applies to any of the provided endpoints.

Applies to