DynamicComponent 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據其 Type 參數動態轉譯另一個元件的元件。
public class DynamicComponent : Microsoft.AspNetCore.Components.IComponent
type DynamicComponent = class
interface IComponent
Public Class DynamicComponent
Implements IComponent
- 繼承
-
DynamicComponent
- 實作
建構函式
DynamicComponent() |
建構 的 DynamicComponent 實例。 |
屬性
Instance |
取得轉譯的元件實例。 |
Parameters |
取得或設定要傳遞至元件的參數字典。 |
Type |
取得或設定要轉譯之元件的型別。 提供的型別必須實作 IComponent 。 |
方法
Attach(RenderHandle) |
將元件附加至 RenderHandle 。 |
SetParametersAsync(ParameterView) |
在轉譯樹狀結構中設定元件父代所提供的參數。 |