EndpointDataSource.GetGroupedEndpoints(RouteGroupContext) 方法

定义

Endpoint在给定指定的 PrefixConventions的情况下获取此EndpointDataSource的实例。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> GetGroupedEndpoints (Microsoft.AspNetCore.Routing.RouteGroupContext context);
abstract member GetGroupedEndpoints : Microsoft.AspNetCore.Routing.RouteGroupContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
override this.GetGroupedEndpoints : Microsoft.AspNetCore.Routing.RouteGroupContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public Overridable Function GetGroupedEndpoints (context As RouteGroupContext) As IReadOnlyList(Of Endpoint)

参数

context
RouteGroupContext

有关应如何对返回 Endpoint 的实例进行分组的详细信息,以及对应用程序服务的引用。

返回

返回给定指定组PrefixConventions的实例的只读集合Endpoint

适用于