ComponentTagHelper.ComponentType 속성

정의

구성 요소 유형을 가져오거나 설정합니다. 이 값은 필수입니다.

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

속성 값

특성

적용 대상