5 references to MapPatch
Microsoft.AspNetCore.Routing.Tests (5)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (5)
47
routes.
MapPatch
(template, action);
116
_ = builder.
MapPatch
("/", () => { });
304
_ = builder.
MapPatch
("/", (TodoService todo) => { });
368
_ = builder.
MapPatch
("/", ([TestFromServiceAttribute] TodoService todo) => { });
432
_ = builder.
MapPatch
("/", ([TestFromBody] Todo todo) => { });