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