EndpointDataSource.GetGroupedEndpoints(RouteGroupContext) Método

Definição

Obtenha as Endpoint instâncias para isso EndpointDataSource , considerando o especificado Prefix e Conventions.

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)

Parâmetros

context
RouteGroupContext

Detalhes sobre como as instâncias retornadas Endpoint devem ser agrupadas e uma referência aos serviços de aplicativo.

Retornos

Retorna uma coleção somente leitura de Endpoint instâncias, considerando o grupo Prefix especificado e Conventions.

Aplica-se a