10 references to IsBaseOf
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
57if (request.RequestUri != null && _authorizedUris.Any(uri => uri.IsBaseOf(request.RequestUri)))
Microsoft.AspNetCore.Components.WebView (2)
StaticContentProvider.cs (1)
26if (_appBaseUri.IsBaseOf(fileUri))
WebViewManager.cs (1)
147if (!_appBaseUri.IsBaseOf(sourceUri))
Microsoft.AspNetCore.Components.WebView.Maui (2)
Extensions\UriExtensions.cs (1)
17 return baseUri.IsBaseOf(uri);
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
1000if (!baseUri.IsBaseOf(newUri) ||
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
202else if (collationUri.IsBaseOf(new Uri(XmlReservedNs.NsCollCodePoint)))
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\FeedUtils.cs (1)
102if (rootBase.IsAbsoluteUri && currentBase.IsAbsoluteUri && rootBase.IsBaseOf(currentBase))