3 references to StaticAssetsManifestPath
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (3)
59
var descriptors = StaticAssetsEndpointDataSourceHelper.ResolveStaticAssetDescriptors(endpointBuilder, options.
StaticAssetsManifestPath
);
69
if (options.
StaticAssetsManifestPath
is null)
75
Log.StaticAssetsMappingNotFoundWithManifest(logger, options.
StaticAssetsManifestPath
);