Sdílet prostřednictvím


CompositeEndpointDataSource.GetGroupedEndpoints(RouteGroupContext) Metoda

Definice

Endpoint Získejte instance pro tuto EndpointDataSource možnost s ohledem na zadanou Prefix hodnotu a Conventions.

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)

Parametry

context
RouteGroupContext

Podrobnosti o způsobu seskupení vrácených Endpoint instancí a odkaz na aplikační služby

Návraty

Vrátí kolekci Endpoint instancí jen pro čtení zadanou skupinu Prefix a Conventions.

Platí pro