| Name | Info |
|---|---|
| asp-action | The name of the action method to which the form should be posted to |
| asp-controller | The name of the controller where the action method specified in asp-action exists |
| asp-route-* | Custom route values you want to add as querystring to the form action attribute value. Replace 8 with the querystring name you want |