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

属性值

属性

适用于