ControlDesigner.Tag Property

 

Gets an object representing the HTML markup element for the associated control.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

member Tag : IControlDesignerTag with get

Property Value

Type: System.Web.UI.Design.IControlDesignerTag

An IControlDesignerTag object that represents the HTML markup element for the associated control.

Typically, the Tag property is used only for communication between the design host and the control designer and is not used by control developers.

.NET Framework
Available since 2.0
Return to top
Show: