EndpointDataSource.GetGroupedEndpoints(RouteGroupContext) Método

Definición

Obtenga las Endpoint instancias de para esto EndpointDataSource dadas las especificadas Prefix y 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

Detalles sobre cómo se deben agrupar las instancias devueltas Endpoint y una referencia a los servicios de aplicación.

Devoluciones

Devuelve una colección de solo lectura de Endpoint instancias dadas el grupo Prefix especificado y Conventions.

Se aplica a