3 references to MapPath
System.Web (2)
Abstractions\HttpServerUtilityWrapper.cs (1)
95
return _httpServerUtility.
MapPath
(path);
Util\AspCompat.cs (1)
798
return _context.Server.
MapPath
(logicalPath);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1218
fileDirectory = HttpContext.Current.Server.
MapPath
(this.Url);