TagHelperContext.AllAttributes 속성

정의

현재 HTML 요소와 연결된 모든 특성입니다.

public:
 property Microsoft::AspNetCore::Razor::TagHelpers::ReadOnlyTagHelperAttributeList ^ AllAttributes { Microsoft::AspNetCore::Razor::TagHelpers::ReadOnlyTagHelperAttributeList ^ get(); };
public Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList AllAttributes { get; }
member this.AllAttributes : Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList
Public ReadOnly Property AllAttributes As ReadOnlyTagHelperAttributeList

속성 값

적용 대상