You can't use an ActionLink
because that just renders an anchor <a>
tag.
You can use a jQuery AJAX post.
Or just call the form's submit method with or without jQuery (which would be non-AJAX), perhaps in the onclick
event of whatever control takes your fancy.