Partager via


RootComponentMapping Constructeurs

Définition

Surcharges

RootComponentMapping(Type, String)

Crée un instance de RootComponentMapping avec le fourni componentType et selector.

RootComponentMapping(Type, String, ParameterView)

Crée un instance de RootComponentMapping avec le fourni componentType et selector.

RootComponentMapping(Type, String)

Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs

Crée un instance de RootComponentMapping avec le fourni componentType et 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)

Paramètres

componentType
Type

Type de composant. Doit implémenter IComponent.

selector
String

Sélecteur d’élément DOM ou ID d’inscription de composant pour le composant.

S’applique à

RootComponentMapping(Type, String, ParameterView)

Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs
Source:
RootComponentMapping.cs

Crée un instance de RootComponentMapping avec le fourni componentType et 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)

Paramètres

componentType
Type

Type de composant. Doit implémenter IComponent.

selector
String

Sélecteur d’élément DOM ou ID d’inscription pour le composant.

parameters
ParameterView

Paramètres à passer au composant.

S’applique à