6 references to MapPath
System.Web (5)
Abstractions\HttpRequestWrapper.cs (1)
358return _httpRequest.MapPath(virtualPath);
DefaultHttpHandler.cs (1)
58return context.Request.MapPath(virtualPath);
HttpResponse.cs (1)
2731fn = Request.MapPath(fn); // relative to current request
httpserverutility.cs (1)
223realPath = _context.Request.MapPath(path);
StaticFileHandler.cs (1)
502physicalPath = request.MapPath(overrideVirtualPath);
System.Web.DataVisualization (1)
Common\Utilities\ImageLoader.cs (1)
211image = LoadFromFile(HttpContext.Current.Request.MapPath(imageURL));