3 implementations of GetAppPathForPath
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
341
VirtualPath IConfigMapPath2.
GetAppPathForPath
(string siteID, VirtualPath path) {
Configuration\MetabaseServerConfig.cs (1)
186
VirtualPath IConfigMapPath2.
GetAppPathForPath
(string siteID, VirtualPath vpath) {
Configuration\ProcessHostMapPath.cs (1)
183
VirtualPath IConfigMapPath2.
GetAppPathForPath
(string siteID, VirtualPath path) {
1 reference to GetAppPathForPath
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
819
appPath = _configMapPath2.
GetAppPathForPath
(siteID, vpath);