HostMatcherPolicy.INodeBuilderPolicy.AppliesToEndpoints Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
virtual bool Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy.AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints) = Microsoft::AspNetCore::Routing::Matching::INodeBuilderPolicy::AppliesToEndpoints;
bool INodeBuilderPolicy.AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy.AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
override this.Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy.AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean Implements INodeBuilderPolicy.AppliesToEndpoints
Paramètres
- endpoints
- IReadOnlyList<Endpoint>