Partager via


HttpMethodMatcherPolicy.IEndpointSelectorPolicy.AppliesToEndpoints Méthode

Définition

 virtual bool Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints) = Microsoft::AspNetCore::Routing::Matching::IEndpointSelectorPolicy::AppliesToEndpoints;
bool IEndpointSelectorPolicy.AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
override this.Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean Implements IEndpointSelectorPolicy.AppliesToEndpoints

Paramètres

endpoints
IReadOnlyList<Endpoint>

Retours

Implémente

S’applique à