9 references to CreateNonRelativeAllowNull
System.Web (9)
Configuration\HttpConfigurationSystem.cs (1)
219
return GetSection(sectionName, VirtualPath.
CreateNonRelativeAllowNull
(path));
Configuration\MTConfigUtil.cs (1)
148
return GetConfig<S>(VirtualPath.
CreateNonRelativeAllowNull
(vpath));
Configuration\RemoteWebConfigurationHostServer.cs (1)
166
WebConfigurationHost.GetConfigPaths(configMapPath, webLevel, VirtualPath.
CreateNonRelativeAllowNull
(path), site, locationSubPath,
Configuration\RuntimeConfig.cs (1)
107
return GetConfig(VirtualPath.
CreateNonRelativeAllowNull
(path));
Configuration\WebConfigurationManager.cs (1)
70
virtualPath = VirtualPath.
CreateNonRelativeAllowNull
(path);
UI\Control.cs (1)
1168
this.TemplateControlVirtualDirectory = VirtualPath.
CreateNonRelativeAllowNull
(value);
UI\Page.cs (2)
4704
previousPagePath = VirtualPath.
CreateNonRelativeAllowNull
(
5000
previousPagePath = VirtualPath.
CreateNonRelativeAllowNull
(
UI\WebParts\BlobPersonalizationState.cs (1)
507
controlVPath = VirtualPath.
CreateNonRelativeAllowNull
((string)items[offset++]);