CompositeEndpointDataSource.GetGroupedEndpoints(RouteGroupContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Endpoint在给定指定的 Prefix 和 Conventions的情况下获取此EndpointDataSource的实例。
public override System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> GetGroupedEndpoints (Microsoft.AspNetCore.Routing.RouteGroupContext context);
override this.GetGroupedEndpoints : Microsoft.AspNetCore.Routing.RouteGroupContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public Overrides Function GetGroupedEndpoints (context As RouteGroupContext) As IReadOnlyList(Of Endpoint)
参数
- context
- RouteGroupContext
有关应如何对返回 Endpoint 的实例进行分组的详细信息,以及对应用程序服务的引用。
返回
返回给定指定组Prefix和 Conventions的实例的只读集合Endpoint。