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 属性可确定与此 Web 服务器控件关联的控件标记的名称。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.