53 references to MapStaticAssets
blazor-devserver (1)
Server\Startup.cs (1)
68endpoints.MapStaticAssets(manifest);
BlazorUnitedApp (1)
Program.cs (1)
31app.MapStaticAssets();
HostedBlazorWebassemblyApp.Server (1)
Startup.cs (1)
59endpoints.MapStaticAssets();
IdentitySample.PasskeyUI (1)
Program.cs (1)
44app.MapStaticAssets();
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentsEndpointConventionBuilderExtensions.cs (1)
47/// the <see cref="StaticAssetsEndpointRouteBuilderExtensions.MapStaticAssets(Routing.IEndpointRouteBuilder, string?)"/>
Microsoft.AspNetCore.Components.Endpoints.Tests (12)
Builder\RazorComponentsEndpointConventionBuilderExtensionsTest.cs (12)
46endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 65endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 87endpointBuilder.MapStaticAssets(); 108endpointBuilder.MapStaticAssets(); 130endpointBuilder.MapStaticAssets(); 131endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 152endpointBuilder.MapStaticAssets(); 153endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 175endpointBuilder.MapStaticAssets(); 178group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 201endpointBuilder.MapStaticAssets(); 204group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json");
Microsoft.AspNetCore.Mvc.RazorPages.Test (11)
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (11)
45endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 66endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 88endpointBuilder.MapStaticAssets(); 110endpointBuilder.MapStaticAssets(); 111endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 133endpointBuilder.MapStaticAssets(); 134endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 156endpointBuilder.MapStaticAssets(); 159group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 182endpointBuilder.MapStaticAssets(); 185group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json");
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (11)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (11)
54endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 84endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 116endpointBuilder.MapStaticAssets(); 147endpointBuilder.MapStaticAssets(); 148endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 179endpointBuilder.MapStaticAssets(); 180endpointBuilder.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 211endpointBuilder.MapStaticAssets(); 214group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json"); 246endpointBuilder.MapStaticAssets(); 249group.MapStaticAssets("TestManifests/Test.staticwebassets.endpoints.json");
Microsoft.AspNetCore.StaticAssets.Tests (12)
StaticAssetsIntegrationTests.cs (12)
54endpoints.MapStaticAssets(); 104endpoints.MapStaticAssets(); 156endpoints.MapStaticAssets(); 207var builder = endpoints.MapStaticAssets(); 264var builder = endpoints.MapStaticAssets(); 321endpoints.MapStaticAssets(); 376endpoints.MapStaticAssets(); 429endpoints.MapStaticAssets(); 495endpoints.MapStaticAssets(); 552endpoints.MapStaticAssets(); 1257endpoints.MapStaticAssets(); 1347endpoints.MapStaticAssets();
Wasm.Performance.Driver (1)
Program.cs (1)
287app.MapStaticAssets();
WebFrontEnd (1)
Program.cs (1)
39app.MapStaticAssets();