1 type derived from HtmlGenericControl
System.Web (1)
UI\HtmlControls\HtmlHead.cs (1)
46public sealed class HtmlHead : HtmlGenericControl {
3 references to HtmlGenericControl
System.Web (3)
UI\HtmlControls\HtmlGenericControl.cs (2)
38/// <para>Initializes a new instance of the <see cref='System.Web.UI.HtmlControls.HtmlGenericControl'/> class with default 49/// <para>Initializes a new instance of the <see cref='System.Web.UI.HtmlControls.HtmlGenericControl'/> class using the specified
UI\HTMLTagNameToTypeMapper.cs (1)
94controlType = typeof(HtmlGenericControl);