EndpointDataSource.GetGroupedEndpoints(RouteGroupContext) メソッド

定義

指定した PrefixConventionsEndpoint指定して、この 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読み取り専用コレクションを返します。

適用対象