1 write to _appBaseUri
Microsoft.AspNetCore.Components.WebView (1)
StaticContentProvider.cs (1)
21_appBaseUri = appBaseUri ?? throw new ArgumentNullException(nameof(appBaseUri));
2 references to _appBaseUri
Microsoft.AspNetCore.Components.WebView (2)
StaticContentProvider.cs (2)
28if (_appBaseUri.IsBaseOf(fileUri)) 30var relativePath = _appBaseUri.MakeRelativeUri(fileUri).ToString();