Freigeben über


RootComponentMapping Konstruktoren

Definition

Überlädt

RootComponentMapping(Type, String)

Erstellt eine neue instance von RootComponentMapping mit dem bereitgestellten componentType und selector.

RootComponentMapping(Type, String, ParameterView)

Erstellt eine neue instance von RootComponentMapping mit dem bereitgestellten componentType und selector.

RootComponentMapping(Type, String)

Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs

Erstellt eine neue instance von RootComponentMapping mit dem bereitgestellten componentType und 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)

Parameter

componentType
Type

Der Komponententyp. Muss implementieren IComponent.

selector
String

Der DOM-Elementauswahlor oder die Komponentenregistrierungs-ID für die Komponente.

Gilt für:

RootComponentMapping(Type, String, ParameterView)

Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs
Quelle:
RootComponentMapping.cs

Erstellt eine neue instance von RootComponentMapping mit dem bereitgestellten componentType und 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)

Parameter

componentType
Type

Der Komponententyp. Muss implementieren IComponent.

selector
String

Die DOM-Elementauswahl oder Registrierungs-ID für die Komponente.

parameters
ParameterView

Die Parameter, die an die Komponente übergeben werden sollen.

Gilt für: