Initializes a new instance of the HtmlGenericControl class.
[Visual Basic] Public Sub New( _ ByVal tag As String _ ) [C#] public HtmlGenericControl( string tag ); [C++] public: HtmlGenericControl( String* tag ); [JScript] public function HtmlGenericControl( tag : String );
This constructor sets the TagName property to the provided argument.
HtmlGenericControl Class | HtmlGenericControl Members | System.Web.UI.HtmlControls Namespace