5 references to FileName
System.Web (5)
Abstractions\HttpPostedFileWrapper.cs (1)
38return _file.FileName;
HttpFileCollection.cs (1)
117_validationCallback(null /* key */, file.FileName);
HttpRequest.cs (1)
2794string filename = col[i].FileName;
UI\HtmlControls\HtmlInputFile.cs (1)
162return postedFile.FileName;
UI\WebControls\FileUpload.cs (1)
133string fullFileName = postedFile.FileName;