47 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();
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 (8)
StaticAssetsIntegrationTests.cs (8)
53endpoints.MapStaticAssets(); 103endpoints.MapStaticAssets(); 155endpoints.MapStaticAssets(); 206var builder = endpoints.MapStaticAssets(); 263var builder = endpoints.MapStaticAssets(); 320endpoints.MapStaticAssets(); 375endpoints.MapStaticAssets(); 428endpoints.MapStaticAssets();
Wasm.Performance.Driver (1)
Program.cs (1)
277app.MapStaticAssets();