3 references to MapMiddlewarePut
Microsoft.AspNetCore.Routing.Tests (3)
RequestDelegateRouteBuilderExtensionsTest.cs (3)
33
{ b => { b.
MapMiddlewarePut
("api/{id}", app => { }); }, c => { c.Request.Method = "PUT"; } },
87
{ b => { b.
MapMiddlewarePut
("api/{id}", app => { }); }, c => { c.Request.Method = "HEAD"; } },
89
{ b => { b.
MapMiddlewarePut
("api/{id}/extra", app => { }); }, c => { c.Request.Method = "PUT"; } },