CircuitRootComponentOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
線路中根元件的選項。
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 具現化。 |