3 references to MapPath
System.Web (3)
HttpRequest.cs (1)
2961
return
MapPath
(VirtualPath.CreateAllowNull(virtualPath));
httpserverutility.cs (2)
340
string physPath = request.
MapPath
(virtualPath); // get physical path
417
string physicalPath = request.
MapPath
(filePath);