13 references to UrlPath
System.Web.Mobile (13)
UI\MobileControls\AdRotator.cs (5)
289if (!UrlPath.IsRelativeUrl(relativeUrl) || 296string tplSourceDir = UrlPath.MakeVirtualPathAppAbsolute(TemplateSourceDirectory); 301String absoluteFile = UrlPath.Combine(tplSourceDir, 303String fileDirectory = UrlPath.GetDirectory(absoluteFile); 320return UrlPath.Combine(baseUrl, relativeUrl);
UI\MobileControls\MobileControl.cs (4)
340!UrlPath.IsRelativeUrl(relativeUrl)) 346relativeUrl = UrlPath.MakeVirtualPathAppAbsolute(relativeUrl); 349String baseUrl = UrlPath.MakeVirtualPathAppAbsolute(TemplateSourceDirectory); 392String url = UrlPath.Combine(baseUrl, relativeUrl);
UI\MobileControls\MobilePage.cs (3)
448if (!UrlPath.IsRelativeUrl(virtualPath)) 472virtualPath = UrlPath.Combine(_appPath, virtualPath); 510_relativeFilePath = Server.UrlDecode(UrlPath.MakeRelative(filePath, s));
UI\MobileControls\StyleSheet.cs (1)
248String resolvedPath = UrlPath.Combine(parent.TemplateSourceDirectory,