10 instantiations of HttpPatchAttribute
FormatterWebSite (1)
Controllers\JsonPatchController.cs (1)
12
[
HttpPatch
]
Microsoft.AspNetCore.Mvc.Core.Test (6)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (2)
1591
[
HttpPatch
("/Items", Name = "Items")]
1710
[
HttpPatch
("list")]
ApplicationModels\InferParameterBindingInfoConventionTest.cs (1)
965
[
HttpPatch
("patchroute")]
Infrastructure\ActionSelectorTest.cs (1)
1236
[
HttpPatch
]
Routing\HttpMethodProviderAttributesTests.cs (1)
26
data.Add(new
HttpPatchAttribute
(), new[] { "PATCH" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
24
data.Add(new
HttpPatchAttribute
());
Mvc.RoutingWebSite (3)
Controllers\BanksController.cs (2)
27
[
HttpPatch
("Bank")]
29
[
HttpPatch
("Bank/Update")]
Controllers\MapsController.cs (1)
40
[
HttpPatch
("PartialUpdate/{id}")]
2 references to HttpPatchAttribute
Microsoft.AspNetCore.Mvc.Core (2)
HttpPatchAttribute.cs (2)
17
/// Creates a new <see cref="
HttpPatchAttribute
"/>.
25
/// Creates a new <see cref="
HttpPatchAttribute
"/> with the given route template.