13 references to IsAppRelativePath
System.Web (13)
Compilation\BaseCodeDomTreeGenerator.cs (1)
196Debug.Assert(UrlPath.IsAppRelativePath(appRelVirtualDir));
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
280if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.IsAppRelativePath(strValue)) { 290if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.IsAppRelativePath(strValue)) {
Configuration\UrlMapping.cs (1)
83if (!UrlPath.IsAppRelativePath(url)) {
Handlers\AssemblyResourceLoader.cs (1)
398if (UrlPath.IsAppRelativePath(path)) {
SiteMapNode.cs (1)
386if (UrlPath.IsRelativeUrl(url) && !UrlPath.IsAppRelativePath(url)) {
StaticSiteMapProvider.cs (1)
190if (UrlPath.IsAppRelativePath(rawUrl)) {
UI\Control.cs (1)
3037if (!UrlPath.IsAppRelativePath(relativeUrl)) {
UI\ControlBuilder.cs (1)
1037if (UrlPath.IsRelativeUrl(url) && !UrlPath.IsAppRelativePath(url)) {
Util\UrlPath.cs (2)
192if (IsAppRelativePath(relative)) { 286if (list.Count == 1 && IsAppRelativePath(path)) {
VirtualPath.cs (2)
63if (UrlPath.IsAppRelativePath(virtualPath)) { 619if (UrlPath.IsAppRelativePath(virtualPath)) {