1 instantiation of StaticContentProvider
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
51
_staticContentProvider = new
StaticContentProvider
(fileProvider, appBaseUri, hostPageRelativePath);
1 reference to StaticContentProvider
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
27
private readonly
StaticContentProvider
_staticContentProvider;