ComponentTagHelper.ComponentType Propiedad

Definición

Obtiene o establece el tipo de componente. Este valor es necesario.

public:
 property Type ^ ComponentType { Type ^ get(); void set(Type ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("type")]
public Type ComponentType { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("type")>]
member this.ComponentType : Type with get, set
Public Property ComponentType As Type

Valor de propiedad

Atributos

Se aplica a