TagPrefixInfo.TagName Property
.NET Framework (current version)
Gets or sets the name of the user control.
Assembly: System.Web (in System.Web.dll)
This property specifies the name of the control. It applies only to user controls. This is the value that would follow the tag prefix in the ASP.NET code. For example, "myControl" in <myTag: myControl />.
The following code example shows how to use the TagName property. This code example is part of a larger example provided for the PagesSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: