2 references to MapPath
System.Web (2)
Abstractions\HttpRequestWrapper.cs (1)
362return _httpRequest.MapPath(virtualPath, baseVirtualDir, allowCrossAppMapping);
UI\WebControls\AccessDataSource.cs (1)
236filename = Context.Request.MapPath(filename, AppRelativeTemplateSourceDirectory, true);