Condividi tramite


RootComponentMapping Costruttori

Definizione

Overload

RootComponentMapping(Type, String)

Crea una nuova istanza di RootComponentMapping con l'oggetto specificato componentType e selector.

RootComponentMapping(Type, String, ParameterView)

Crea una nuova istanza di RootComponentMapping con l'oggetto specificato componentType e selector.

RootComponentMapping(Type, String)

Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs

Crea una nuova istanza di RootComponentMapping con l'oggetto specificato componentType e selector.

public:
 RootComponentMapping(Type ^ componentType, System::String ^ selector);
public RootComponentMapping (Type componentType, string selector);
new Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping : Type * string -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping
Public Sub New (componentType As Type, selector As String)

Parametri

componentType
Type

Tipo di componente. Deve implementare IComponent.

selector
String

Selettore di elementi DOM o ID registrazione componente per il componente.

Si applica a

RootComponentMapping(Type, String, ParameterView)

Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs
Origine:
RootComponentMapping.cs

Crea una nuova istanza di RootComponentMapping con l'oggetto specificato componentType e selector.

public:
 RootComponentMapping(Type ^ componentType, System::String ^ selector, Microsoft::AspNetCore::Components::ParameterView parameters);
public RootComponentMapping (Type componentType, string selector, Microsoft.AspNetCore.Components.ParameterView parameters);
new Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping : Type * string * Microsoft.AspNetCore.Components.ParameterView -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping
Public Sub New (componentType As Type, selector As String, parameters As ParameterView)

Parametri

componentType
Type

Tipo di componente. Deve implementare IComponent.

selector
String

Selettore di elementi DOM o ID di registrazione per il componente.

parameters
ParameterView

Parametri da passare al componente.

Si applica a