9 references to MapPost
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
52
app.
MapPost
("/", async (HttpContext context) =>
HttpStress (3)
Program.cs (3)
470
endpoints.
MapPost
("/", async context =>
478
endpoints.
MapPost
("/duplex", async context =>
483
endpoints.
MapPost
("/duplexSlow", async context =>
Microsoft.AspNetCore.Routing.FunctionalTests (4)
MinimalFormTests.cs (4)
85
b.
MapPost
("/todo", async context =>
347
(IEndpointRouteBuilder builder) => builder.
MapPost
("/todo", async context =>
361
(IEndpointRouteBuilder builder) => builder.
MapPost
("/todo", async context =>
375
(IEndpointRouteBuilder builder) => builder.
MapPost
("/todo", async context =>
Microsoft.AspNetCore.Routing.Tests (1)
Builder\RequestDelegateEndpointRouteBuilderExtensionsTest.cs (1)
38
routes.
MapPost
(template, action);