37 references to HttpPost
BasicWebSite (7)
Controllers\ContactApiController.cs (5)
41
[
HttpPost
("PostWithVnd")]
48
[
HttpPost
("ActionWithInferredFromBodyParameter")]
51
[
HttpPost
(nameof(ActionWithInferredFromBodyParameterAndCancellationToken))]
55
[
HttpPost
("ActionWithInferredRouteAndQueryParameters/{name}/{id}")]
90
[
HttpPost
("[action]/{id}")]
Controllers\TestingController.cs (2)
23
[
HttpPost
("Testing/RedirectHandler/{value}")]
123
[
HttpPost
("Testing/PostRedirectGet/Post/{value}")]
FilesWebSite (2)
Controllers\UploadFilesController.cs (2)
11
[
HttpPost
("UploadFiles")]
24
[
HttpPost
("UploadProductSpecs")]
GenericHostWebSite (2)
Controllers\TestingController.cs (2)
22
[
HttpPost
("Testing/RedirectHandler/{value}")]
109
[
HttpPost
("Testing/PostRedirectGet/Post/{value}")]
HtmlGenerationWebSite (1)
Controllers\Catalog_CacheTagHelperController.cs (1)
75
[
HttpPost
("/categories/{category}")]
Microsoft.AspNetCore.Mvc.Core.Test (17)
ApplicationModels\ConsumesConstraintForFormFileParameterConventionTest.cs (3)
78
[
HttpPost
("form-file")]
81
[
HttpPost
("form-file-collection")]
84
[
HttpPost
("form-file-sequence")]
ApplicationModels\ControllerActionDescriptorProviderTests.cs (2)
1582
[
HttpPost
("/Items", Name = "Items")]
1708
[
HttpPost
("list")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (3)
1600
[
HttpPost
("List")]
1658
[
HttpPost
("Products/Buy")]
1668
[
HttpPost
("Products")]
ApplicationModels\InferParameterBindingInfoConventionTest.cs (9)
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")]
1094
[
HttpPost
("stuff/{status}")]
1098
[
HttpPost
("~/stuff/{status}")]
1111
[
HttpPost
("multiple/{id}")]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Filters\AntiforgeryApplicationModelProviderTest.cs (3)
177
[
HttpPost
("with-antiforgery-metadata")]
181
[
HttpPost
("with-mvc-attribute")]
185
[
HttpPost
("with-mvc-attribute")]
Mvc.RoutingWebSite (1)
Controllers\MapsController.cs (1)
31
[
HttpPost
("/api/v2/Maps")]
VersioningWebSite (4)
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")]