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