WebControl.TagName 속성
정의
컨트롤 태그의 이름을 가져옵니다.Gets the name of the control tag. 이 속성은 주로 컨트롤 개발자가 사용합니다.This property is used primarily by control developers.
protected:
virtual property System::String ^ TagName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
protected virtual string TagName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TagName : string
Protected Overridable ReadOnly Property TagName As String
속성 값
컨트롤 태그의 이름입니다.The name of the control tag.
- 특성
설명
사용 된 TagName 이 웹 서버 컨트롤과 연결 된 컨트롤 태그의 이름을 확인 하는 속성입니다.Use the TagName property to determine the name of the control tag associated with this Web server control. 이 속성은 주로 컨트롤 개발자가 사용합니다.This property is used primarily by control developers.