4 references to MapPath
System.Web (4)
HttpRequest.cs (2)
2966return MapPath(virtualPath, FilePathObject, true/*allowCrossAppMapping*/); 2990return MapPath(VirtualPath.CreateAllowNull(virtualPath),
UI\Page.cs (1)
3466return _request.MapPath(VirtualPath.CreateAllowNull(virtualPath), TemplateControlVirtualDirectory,
UI\UserControl.cs (1)
365return Request.MapPath(VirtualPath.CreateAllowNull(virtualPath), TemplateControlVirtualDirectory,