16 references to IsRelativeUrl
System.Web (16)
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
280if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.IsAppRelativePath(strValue)) { 290if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.IsAppRelativePath(strValue)) {
Configuration\AuthenticationConfig.cs (1)
52if (UrlPath.IsRelativeUrl(loginUrl)) {
Configuration\CustomErrorsSection.cs (1)
187if (path != null && UrlPath.IsRelativeUrl(path)) {
HttpResponse.cs (1)
3225if (UrlPath.IsRelativeUrl(virtualPath)) {
Management\TemplatedMailWebEventProvider.cs (1)
77if (!UrlPath.IsRelativeUrl(_templateUrl)) {
SiteMapNode.cs (1)
386if (UrlPath.IsRelativeUrl(url) && !UrlPath.IsAppRelativePath(url)) {
UI\Control.cs (2)
2992if ((relativeUrl.Length == 0) || (UrlPath.IsRelativeUrl(relativeUrl) == false)) { 3045if ((relativeUrl.Length == 0) || (!UrlPath.IsRelativeUrl(relativeUrl))) {
UI\ControlBuilder.cs (1)
1037if (UrlPath.IsRelativeUrl(url) && !UrlPath.IsAppRelativePath(url)) {
UI\SkinBuilder.cs (2)
107UrlPath.IsRelativeUrl(str)) { 146UrlPath.IsRelativeUrl(str)) {
UI\WebControls\AdRotator.cs (1)
853(UrlPath.IsRelativeUrl(relativeUrl) == false) ||
UI\WebControls\SiteMapDataSource.cs (1)
363if (url.Length == 0 || !UrlPath.IsRelativeUrl(url)) {
Util\UrlPath.cs (1)
728((IsRooted(absUriOrLocalPath) || IsRelativeUrl(absUriOrLocalPath)) && !absUriOrLocalPath.TrimStart(' ').StartsWith("//", StringComparison.Ordinal));
XmlSiteMapProvider.cs (1)
777if (UrlPath.IsRelativeUrl(url)) {