共用方式為


CircuitRootComponentOptions 類別

定義

線路中根元件的選項。

public class CircuitRootComponentOptions : Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type CircuitRootComponentOptions = class
    interface IJSComponentConfiguration
Public Class CircuitRootComponentOptions
Implements IJSComponentConfiguration
繼承
CircuitRootComponentOptions
實作

建構函式

CircuitRootComponentOptions()

線路中根元件的選項。

屬性

JSComponents

取得可讓 JavaScript 動態新增根元件的組態選項存放區。

MaxJSRootComponents

取得或設定從 JavaScript 新增的根元件數目上限。

擴充方法

RegisterCustomElement<TComponent>(IJSComponentConfiguration, String)

線路中根元件的選項。

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript(IJSComponentConfiguration, Type, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

適用於