RazorComponentsEndpointRouteBuilderExtensions.MapRazorComponents<TRootComponent> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した で定義されているページ コンポーネントを指定された TRootComponent
アセンブリにマップし、ルートが一致したときに によって TRootComponent
指定されたコンポーネントをレンダリングします。
public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder MapRazorComponents<TRootComponent> (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints);
static member MapRazorComponents : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder -> Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder
<Extension()>
Public Function MapRazorComponents(Of TRootComponent) (endpoints As IEndpointRouteBuilder) As RazorComponentsEndpointConventionBuilder
型パラメーター
- TRootComponent
パラメーター
- endpoints
- IEndpointRouteBuilder
戻り値
RazorComponentsEndpointConventionBuilder API をさらに構成するために使用できる 。