Share via


DynamicComponent.Type Propiedad

Definición

Obtiene o establece el tipo del componente que se va a representar. El tipo proporcionado debe implementar 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

Valor de propiedad

Atributos

Se aplica a