1 instantiation of ManifestStaticWebAssetFileProvider
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
288
var manifestProvider = new
ManifestStaticWebAssetFileProvider
(manifest, (path) => new PhysicalFileProvider(path));
2 references to ManifestStaticWebAssetFileProvider
Microsoft.AspNetCore.Components.WebView (2)
WebViewManager.cs (2)
285
var manifest =
ManifestStaticWebAssetFileProvider
.StaticWebAssetManifest.Parse(manifestStream);
288
var
manifestProvider = new ManifestStaticWebAssetFileProvider(manifest, (path) => new PhysicalFileProvider(path));