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