WebControl.HasAttributes 속성

정의

컨트롤에 특성 집합이 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasAttributes { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasAttributes : bool
Public ReadOnly Property HasAttributes As Boolean

속성 값

Boolean

컨트롤에 특성 집합이 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

HasAttributes 속성이 반환 true 경우는 WebControl 인스턴스마다 특성 이름/값 쌍입니다.

적용 대상

추가 정보