4 references to MapStaticAssets
blazor-devserver (1)
Server\Startup.cs (1)
68
endpoints.
MapStaticAssets
(manifest);
blazor-gateway (1)
BlazorGateway.cs (1)
57
app.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)
39
app.
MapStaticAssets
();