WebViewManager.AddRootComponentAsync(Type, String, ParameterView) 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.
Ajoute un composant racine à la page jointe.
public System.Threading.Tasks.Task AddRootComponentAsync (Type componentType, string selector, Microsoft.AspNetCore.Components.ParameterView parameters);
member this.AddRootComponentAsync : Type * string * Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
Public Function AddRootComponentAsync (componentType As Type, selector As String, parameters As ParameterView) As Task
Paramètres
- componentType
- Type
Type du composant racine. Cette opération doit implémenter IComponent.
- selector
- String
Sélecteur CSS décrivant où, dans la page, le composant doit être placé.
- parameters
- ParameterView
Paramètres du composant.