Bagikan melalui


RootComponent(String, Type, IDictionary<String,Object>) Konstruktor

Definisi

Membuat instans RootComponent.

public:
 RootComponent(System::String ^ selector, Type ^ componentType, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public RootComponent (string selector, Type componentType, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent : string * Type * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent
Public Sub New (selector As String, componentType As Type, parameters As IDictionary(Of String, Object))

Parameter

selector
String

String pemilih CSS yang menentukan di mana dalam dokumen komponen harus ditempatkan. Ini harus unik di antara komponen akar dalam BlazorWebView.

componentType
Type

Jenis komponen akar. Jenis ini harus menerapkan IComponent.

parameters
IDictionary<String,Object>

Kamus parameter opsional untuk diteruskan ke komponen akar.

Berlaku untuk