36 instantiations of HttpPutAttribute
ApiExplorerWebSite (2)
Controllers\ApiExplorerHttpMethodController.cs (1)
27[HttpPut("MultipleActions")]
Controllers\ApiExplorerResponseTypeWithApiConventionController.cs (1)
35[HttpPut]
BasicWebSite (1)
Controllers\TestingController.cs (1)
153[HttpPut("Testing/Put/{value}")]
ControllersFromServicesClassLibrary (1)
EmployeeRecords.cs (1)
10[HttpPut("/employee/update_records")]
GenericHostWebSite (1)
Controllers\TestingController.cs (1)
139[HttpPut("Testing/Put/{value}")]
Microsoft.AspNetCore.Mvc.Core.Test (24)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (7)
1570[HttpPut("{id}", Name = "Products")] 1585[HttpPut("/Items/{id}", Name = "Items")] 1634[HttpPut("{id}", Name = "PRODUCTS")] 1657[HttpPut("All")] 1662[HttpPut("All")] 1693[HttpPut("list")] 1709[HttpPut("list")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1709[HttpPut]
ApplicationModels\InferParameterBindingInfoConventionTest.cs (13)
958[HttpPut("/absolute-route/{status:int}")] 962[HttpPut("multiple/{id}")] 967[HttpPut("multiple/{id}")] 970[HttpPut("put-action/{id}")] 973[HttpPut("put-action/{id}")] 976[HttpPut("put-action/{id}")] 995[HttpPut("cancellation")] 999[HttpPut("parameter-notnull")] 1002[HttpPut("parameter-null")] 1006[HttpPut("parameter-with-default-value")] 1093[HttpPut] 1097[HttpPut] 1112[HttpPut("multiple/{id}")]
Infrastructure\ActionSelectorTest.cs (1)
1233[HttpPut]
Routing\HttpMethodProviderAttributesTests.cs (1)
25data.Add(new HttpPutAttribute(), new[] { "PUT" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
23data.Add(new HttpPutAttribute());
Mvc.RoutingWebSite (3)
Controllers\CompanyController.cs (1)
32[HttpPut]
Controllers\MapsController.cs (1)
39[HttpPut("{id}")]
Controllers\OrderController.cs (1)
30[HttpPut]
Sandbox (1)
Controllers\ValuesController.cs (1)
33[HttpPut("{id}")]
VersioningWebSite (3)
Controllers\ItemsController.cs (1)
39[HttpPut]
Controllers\ItemsV2Controller.cs (1)
37[HttpPut]
Controllers\MoviesController.cs (1)
41[HttpPut("Movies/{id}")]
2 references to HttpPutAttribute
Microsoft.AspNetCore.Mvc.Core (2)
HttpPutAttribute.cs (2)
17/// Creates a new <see cref="HttpPutAttribute"/>. 25/// Creates a new <see cref="HttpPutAttribute"/> with the given route template.