ComponentTagHelper.ComponentType Property

Definition

Gets or sets the component type. This value is required.

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

Property Value

Attributes

Applies to