EndpointDataSource.GetGroupedEndpoints(RouteGroupContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した Prefix と ConventionsをEndpoint指定して、この 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 インスタンスをグループ化する方法と、アプリケーション サービスへの参照に関する詳細。
戻り値
指定したグループPrefixと Conventionsが指定されたインスタンスのEndpoint読み取り専用コレクションを返します。