1 type derived from HtmlInputText
System.Web (1)
UI\HtmlControls\HtmlInputPassword.cs (1)
39
public class HtmlInputPassword :
HtmlInputText
, IPostBackDataHandler {
1 reference to HtmlInputText
System.Web (1)
UI\HTMLTagNameToTypeMapper.cs (1)
61
t.Add("text", typeof(
HtmlInputText
));