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