DynamicComponent.Type Property

Definition

Gets or sets the type of the component to be rendered. The supplied type must implement 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

Property Value

Attributes

Applies to