4 references to HtmlInputFile
System.Web (4)
UI\HtmlControls\HtmlInputFile.cs (3)
31
/// provided by the <see cref='System.Web.UI.HtmlControls.
HtmlInputFile
.PostedFile'/>
52
/// <para>Initializes a new instance of the <see cref='System.Web.UI.HtmlControls.
HtmlInputFile
'/> class.</para>
133
/// browser displays when the <see cref='System.Web.UI.HtmlControls.
HtmlInputFile
'/>
UI\HTMLTagNameToTypeMapper.cs (1)
70
t.Add("file", typeof(
HtmlInputFile
));