3 references to MapGet
Microsoft.AspNetCore.Routing.Tests (3)
RequestDelegateRouteBuilderExtensionsTest.cs (3)
28
{ b => { b.
MapGet
("api/{id}", NullHandler); }, c => { c.Request.Method = "GET"; } },
78
{ b => { b.
MapGet
("api/{id}", NullHandler); }, c => { c.Request.Method = "PUT"; } },
80
{ b => { b.
MapGet
("api/{id}/extra", NullHandler); }, c => { c.Request.Method = "GET"; } },