次の方法で共有


CompositeEndpointDataSource.GetGroupedEndpoints(RouteGroupContext) メソッド

定義

指定した と をEndpoint指定して、この EndpointDataSource のインスタンスをConventions取得Prefixします。

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 インスタンスをグループ化する方法と、アプリケーション サービスへの参照に関する詳細。

戻り値

指定したグループPrefixConventionsを指定して、インスタンスのEndpoint読み取り専用コレクションを返します。

適用対象