RazorComponentsEndpointRouteBuilderExtensions.MapRazorComponents<TRootComponent> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mappe les composants de page définis dans le spécifié TRootComponent
à l’assembly donné et affiche le composant spécifié par TRootComponent
lorsque l’itinéraire correspond.
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
Paramètres de type
- TRootComponent
Paramètres
- endpoints
- IEndpointRouteBuilder
Retours
RazorComponentsEndpointConventionBuilder qui peut être utilisé pour configurer davantage l’API.