3 references to HtmlButton
System.Web (3)
UI\HtmlControls\HtmlButton.cs (2)
44
/// <para>Initializes a new instance of a <see cref='System.Web.UI.HtmlControls.
HtmlButton
'/> class.</para>
88
/// <para>Occurs when the user clicks an <see cref='System.Web.UI.HtmlControls.
HtmlButton
'/> control on the
UI\HTMLTagNameToTypeMapper.cs (1)
34
t.Add("button", typeof(
HtmlButton
));