4 references to MapStaticAssets
blazor-devserver (1)
Server\Startup.cs (1)
68endpoints.MapStaticAssets(manifest);
blazor-gateway (1)
BlazorGateway.cs (1)
57app.MapGroup(appConfig.PathPrefix ?? "").MapStaticAssets(appConfig.EndpointsManifest);
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentsEndpointConventionBuilderExtensions.cs (1)
47/// the <see cref="StaticAssetsEndpointRouteBuilderExtensions.MapStaticAssets(Routing.IEndpointRouteBuilder, string?)"/>
WebFrontEnd (1)
Program.cs (1)
39app.MapStaticAssets();