3 references to MapPut
HttpStress (1)
Program.cs (1)
498
endpoints.
MapPut
("/", async context =>
Microsoft.AspNetCore.Routing.FunctionalTests (1)
EndpointRoutingIntegrationTest.cs (1)
292
app.UseEndpoints(b => b.
MapPut
("/", TestDelegate).RequireCors(policy => policy.AllowAnyOrigin().AllowAnyMethod()));
Microsoft.AspNetCore.Routing.Tests (1)
Builder\RequestDelegateEndpointRouteBuilderExtensionsTest.cs (1)
41
routes.
MapPut
(template, action);