179 instantiations of HttpPostAttribute
ApiExplorerWebSite (4)
Controllers\ApiExplorerResponseTypeWithApiConventionController.cs (4)
22[HttpPost] 28[HttpPost] 32[HttpPost] 41[HttpPost]
BasicWebSite (26)
Areas\Area1\Controllers\RemoteAttribute_HomeController.cs (1)
21[HttpPost]
Controllers\AntiforgeryController.cs (3)
35[HttpPost] 44[HttpPost] 63[HttpPost]
Controllers\ContactApiController.cs (6)
33[HttpPost] 41[HttpPost("PostWithVnd")] 48[HttpPost("ActionWithInferredFromBodyParameter")] 51[HttpPost(nameof(ActionWithInferredFromBodyParameterAndCancellationToken))] 55[HttpPost("ActionWithInferredRouteAndQueryParameters/{name}/{id}")] 90[HttpPost("[action]/{id}")]
Controllers\FiltersController.cs (1)
12[HttpPost]
Controllers\HomeController.cs (1)
116[HttpPost]
Controllers\NonNullableController.cs (1)
16[HttpPost]
Controllers\ReadFromThrowingRequestBodyController .cs (2)
11[HttpPost] 14[HttpPost]
Controllers\RemoteAttribute_HomeController.cs (1)
20[HttpPost]
Controllers\RequestFormLimitsController.cs (4)
12[HttpPost] 24[HttpPost] 35[HttpPost] 46[HttpPost]
Controllers\RequestSizeLimitController.cs (2)
12[HttpPost] 24[HttpPost]
Controllers\TempDataPropertyController.cs (2)
17[HttpPost] 25[HttpPost]
Controllers\TestingController.cs (2)
23[HttpPost("Testing/RedirectHandler/{value}")] 123[HttpPost("Testing/PostRedirectGet/Post/{value}")]
ClaimsTransformation (1)
Controllers\AccountController.cs (1)
28[HttpPost]
ControllersFromServicesClassLibrary (1)
EmployeeRecords.cs (1)
16[HttpPost]
Cookies (1)
Controllers\AccountController.cs (1)
27[HttpPost]
CorsWebSite (1)
Controllers\CustomerController.cs (1)
17[HttpPost]
CustomPolicyProvider (1)
Controllers\AccountController.cs (1)
20[HttpPost]
DynamicSchemes (1)
Controllers\AuthController.cs (1)
30[HttpPost]
FilesWebSite (2)
Controllers\UploadFilesController.cs (2)
11[HttpPost("UploadFiles")] 24[HttpPost("UploadProductSpecs")]
FormatterWebSite (35)
Controllers\DataContractSerializerController.cs (3)
27[HttpPost] 35[HttpPost] 43[HttpPost]
Controllers\DoNotRespectBrowserAcceptHeaderController.cs (1)
31[HttpPost]
Controllers\HomeController.cs (9)
13[HttpPost] 19[HttpPost] 25[HttpPost] 31[HttpPost] 41[HttpPost] 45[HttpPost] 49[HttpPost] 54[HttpPost] 58[HttpPost]
Controllers\JsonFormatterController.cs (6)
48[HttpPost] 60[HttpPost] 71[HttpPost] 82[HttpPost] 88[HttpPost] 113[HttpPost]
Controllers\JsonInputFormatterController.cs (1)
12[HttpPost]
Controllers\PolymorphicBindingController.cs (1)
21[HttpPost]
Controllers\PolymorphicPropertyBindingController.cs (1)
14[HttpPost]
Controllers\SerializableErrorController.cs (1)
10[HttpPost]
Controllers\TestApiController.cs (1)
13[HttpPost]
Controllers\ValidationController.cs (6)
11[HttpPost] 25[HttpPost] 44[HttpPost] 71[HttpPost] 82[HttpPost] 88[HttpPost]
Controllers\XmlSerializerController.cs (5)
23[HttpPost] 29[HttpPost] 39[HttpPost] 48[HttpPost] 54[HttpPost]
GenericHostWebSite (2)
Controllers\TestingController.cs (2)
22[HttpPost("Testing/RedirectHandler/{value}")] 109[HttpPost("Testing/PostRedirectGet/Post/{value}")]
HtmlGenerationWebSite (2)
Controllers\Catalog_CacheTagHelperController.cs (1)
75[HttpPost("/categories/{category}")]
Controllers\HtmlGeneration_HomeController.cs (1)
241[HttpPost]
Identity.ExternalClaims (1)
Controllers\AccountController.cs (1)
27[HttpPost]
IdentitySample.Mvc (22)
Controllers\AccountController.cs (11)
50[HttpPost] 98[HttpPost] 129[HttpPost] 140[HttpPost] 198[HttpPost] 263[HttpPost] 310[HttpPost] 361[HttpPost] 419[HttpPost] 466[HttpPost] 513[HttpPost]
Controllers\ManageController.cs (11)
65[HttpPost] 92[HttpPost] 109[HttpPost] 124[HttpPost] 140[HttpPost] 156[HttpPost] 182[HttpPost] 207[HttpPost] 234[HttpPost] 268[HttpPost] 319[HttpPost]
Microsoft.AspNetCore.Mvc.Core.Test (31)
ApplicationModels\ConsumesConstraintForFormFileParameterConventionTest.cs (5)
78[HttpPost("form-file")] 81[HttpPost("form-file-collection")] 84[HttpPost("form-file-sequence")] 87[HttpPost] 90[HttpPost]
ApplicationModels\ControllerActionDescriptorProviderTests.cs (7)
1441[HttpPost] 1573[HttpPost] 1582[HttpPost("/Items", Name = "Items")] 1601[HttpPost] 1614[HttpPost] 1676[HttpPost] 1708[HttpPost("list")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (5)
1600[HttpPost("List")] 1645[HttpPost] 1658[HttpPost("Products/Buy")] 1668[HttpPost("Products")] 1703[HttpPost]
ApplicationModels\InferParameterBindingInfoConventionTest.cs (11)
952[HttpPost("optional/{id?}")] 961[HttpPost("multiple/{id}")] 966[HttpPost("multiple/{id}")] 979[HttpPost("form-file")] 982[HttpPost("form-file-collection")] 985[HttpPost("form-file-sequence")] 988[HttpPost] 991[HttpPost] 1094[HttpPost("stuff/{status}")] 1098[HttpPost("~/stuff/{status}")] 1111[HttpPost("multiple/{id}")]
Infrastructure\ActionSelectorTest.cs (1)
1234[HttpPost]
Routing\HttpMethodProviderAttributesTests.cs (1)
24data.Add(new HttpPostAttribute(), new[] { "POST" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
22data.Add(new HttpPostAttribute());
Microsoft.AspNetCore.Mvc.Cors.Test (3)
CorsApplicationModelProviderTest.cs (3)
263[HttpPost] 273[HttpPost] 282[HttpPost]
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
AntiforgeryMiddlewareTest.cs (5)
206[HttpPost] 211[HttpPost] 217[HttpPost] 228[HttpPost] 240[HttpPost]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
Filters\AntiforgeryApplicationModelProviderTest.cs (9)
177[HttpPost("with-antiforgery-metadata")] 181[HttpPost("with-mvc-attribute")] 185[HttpPost("with-mvc-attribute")] 192[HttpPost] 203[HttpPost] 215[HttpPost] 225[HttpPost] 234[HttpPost] 237[HttpPost]
Mvc.RoutingWebSite (8)
Areas\Admin\DynamicController.cs (1)
16[HttpPost]
Areas\Admin\FallbackController.cs (1)
16[HttpPost]
Areas\Travel\FlightController.cs (1)
24[HttpPost]
Controllers\BanksController.cs (1)
45[HttpPost]
Controllers\ConsumesAttributeController.cs (1)
11[HttpPost]
Controllers\EndpointNameController.cs (1)
20[HttpPost]
Controllers\MapsController.cs (1)
31[HttpPost("/api/v2/Maps")]
Controllers\OrderController.cs (1)
24[HttpPost]
MvcFormSample (2)
Controllers\HomeController.cs (2)
31[HttpPost] 38[HttpPost]
PathSchemeSelection (1)
Controllers\AccountController.cs (1)
28[HttpPost]
RazorBuildWebSite (2)
Controllers\UpdateableViewsController.cs (2)
12[HttpPost] 19[HttpPost]
Sample (1)
Controllers\TestController.cs (1)
20[HttpPost]
Sandbox (1)
Controllers\ValuesController.cs (1)
27[HttpPost]
SecurityWebSite (6)
Controllers\AntiforgeryController.cs (1)
11[HttpPost]
Controllers\HomeController.cs (1)
18[HttpPost]
Controllers\IgnoreAntiforgeryController.cs (1)
11[HttpPost]
Controllers\LoginController.cs (3)
15[HttpPost] 23[HttpPost] 31[HttpPost]
StaticFilesAuth (1)
Controllers\AccountController.cs (1)
27[HttpPost]
TagHelpersWebSite (1)
Controllers\EmployeeController.cs (1)
24[HttpPost]
VersioningWebSite (5)
Controllers\CustomersController.cs (1)
40[HttpPost]
Controllers\ItemsController.cs (1)
33[HttpPost("/Items")]
Controllers\MoviesController.cs (1)
35[HttpPost("/Movies")]
Controllers\PetsController.cs (2)
38[HttpPost("v1/Pets")] 44[HttpPost("v{version:Min(2)}/Pets")]
XmlFormattersWebSite (3)
Controllers\HomeController.cs (1)
12[HttpPost]
Controllers\SerializableErrorController.cs (2)
31[HttpPost] 37[HttpPost]
3 references to HttpPostAttribute
Microsoft.AspNetCore.Mvc.Core (2)
HttpPostAttribute.cs (2)
17/// Creates a new <see cref="HttpPostAttribute"/>. 25/// Creates a new <see cref="HttpPostAttribute"/> with the given route template.
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
957Assert.Single(action.Attributes.OfType<HttpPostAttribute>());