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