Share via


HttpMethodMatcherPolicy.INodeBuilderPolicy.AppliesToEndpoints Method

Definition

 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

Parameters

endpoints
IReadOnlyList<Endpoint>

Returns

Implements

Applies to