DynamicComponent.Type プロパティ

定義

レンダリングするコンポーネントの種類を取得または設定します。 指定された型は を実装 IComponentする必要があります。

[Microsoft.AspNetCore.Components.EditorRequired]
[Microsoft.AspNetCore.Components.Parameter]
public Type Type { get; set; }
[<Microsoft.AspNetCore.Components.EditorRequired>]
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Type : Type with get, set
Public Property Type As Type

プロパティ値

属性

適用対象