CustomElementsJSComponentConfigurationExtensions.RegisterCustomElement<TComponent> Method

Definition

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)

Type Parameters

TComponent

Parameters

identifier
String

Applies to