1 instantiation of StaticContentProvider
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
51_staticContentProvider = new StaticContentProvider(fileProvider, appBaseUri, hostPageRelativePath);
2 references to StaticContentProvider
Microsoft.AspNetCore.Components.WebView (2)
StaticContentProvider.cs (1)
16new ManifestEmbeddedFileProvider(typeof(StaticContentProvider).Assembly);
WebViewManager.cs (1)
27private readonly StaticContentProvider _staticContentProvider;