RootComponent 類別

定義

描述可新增至 的 BlazorWebView根元件。

public ref class RootComponent
public class RootComponent
type RootComponent = class
Public Class RootComponent
繼承
RootComponent

建構函式

RootComponent()

描述可新增至 的 BlazorWebView根元件。

屬性

ComponentType

取得或設定根元件的型別。 此類型必須實作 IComponent

Parameters

取得或設定要傳遞至根元件的選擇性參數位典。

Selector

取得或設定 CSS 選取器字串,指定應該放置元件之檔中的位置。 這在內的根元件之間必須是唯一 BlazorWebView的。

適用於