CustomElementsJSComponentConfigurationExtensions.RegisterCustomElement<TComponent> 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.
public static void RegisterCustomElement<TComponent> (this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration configuration, string identifier) where TComponent : Microsoft.AspNetCore.Components.IComponent;
static member RegisterCustomElement : Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration * string -> unit (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)
<Extension()>
Public Sub RegisterCustomElement(Of TComponent As IComponent) (configuration As IJSComponentConfiguration, identifier As String)
Paramètres de type
- TComponent
Paramètres
- configuration
- IJSComponentConfiguration
- identifier
- String