Udostępnij za pośrednictwem


HostMatcherPolicy.INodeBuilderPolicy.AppliesToEndpoints Metoda

Definicja

 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

Parametry

endpoints
IReadOnlyList<Endpoint>

Zwraca

Implementuje

Dotyczy