I have a form on one of my ASP.Net MVC views that I created using the following code
 <% using (Html.BeginForm(null, null, FormMethod.Post))
         
        
If you have only one form on that page, you can access the form by using:
document.forms[0].
So you could add a link:
submit form