11 references to MapPath
System.Web (11)
Compilation\CodeDirectoryCompiler.cs (1)
53
string physicalDir = virtualDir.
MapPath
();
Compilation\MultiTargetingUtil.cs (1)
275
string path = vpath.SimpleCombine(HttpConfigurationSystem.WebConfigFileName).
MapPath
();
FileChangesMonitor.cs (1)
1972
string dir = virtualDir.
MapPath
();
Handlers\AssemblyResourceLoader.cs (1)
166
string resourcePhysicalPath = resourceVirtualPath.
MapPath
();
HttpRequest.cs (2)
196
_pathTranslated = virtualPath.
MapPath
();
2969
return virtualPath.
MapPath
();
Security\FileAuthorizationModule.cs (2)
92
FileSecurityDescriptorWrapper oSecDesc = GetFileSecurityDescriptorWrapper(vPath.
MapPath
(), out freeDescriptor);
323
return IsUserAllowedToFile(context, virtualPath.
MapPath
());
UI\TemplateParser.cs (1)
2451
CurrentVirtualPath.
MapPath
());
UI\WebControls\xml.cs (2)
423
physicalPath = virtualPath.
MapPath
();
528
physicalPath = virtualPath.
MapPath
();