3 references to MapPut
Microsoft.AspNetCore.Routing.Tests (3)
RequestDelegateRouteBuilderExtensionsTest.cs (3)
32
{ b => { b.
MapPut
("api/{id}", NullHandler); }, c => { c.Request.Method = "PUT"; } },
86
{ b => { b.
MapPut
("api/{id}", NullHandler); }, c => { c.Request.Method = "BLEH"; } },
88
{ b => { b.
MapPut
("api/{id}/extra", NullHandler); }, c => { c.Request.Method = "PUT"; } },