1 write to _hostPageRelativePath
Microsoft.AspNetCore.Components.WebView (1)
StaticContentProvider.cs (1)
22_hostPageRelativePath = hostPageRelativePath ?? throw new ArgumentNullException(nameof(hostPageRelativePath));
1 reference to _hostPageRelativePath
Microsoft.AspNetCore.Components.WebView (1)
StaticContentProvider.cs (1)
37|| (allowFallbackOnHostPage && TryGetFromFileProvider(_hostPageRelativePath, out content, out contentType))