We use a div as the container tag as the input controls create block elements which are not allowed in a span that is the default tag for WebControl.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected override HtmlTextWriterTag TagKey { get; }

See Also