RazorComponentsEndpointRouteBuilderExtensions.MapRazorComponents<TRootComponent> メソッド

定義

指定した で定義されているページ コンポーネントを指定された 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

パラメーター

戻り値

RazorComponentsEndpointConventionBuilder API をさらに構成するために使用できる 。

適用対象