I decided to implement it as an Ajax form.
@using(Ajax.BeginForm( "RefreshTestStatus2", "refresh", new AjaxOptions { UpdateTargetId = "status", InsertionMode = InsertionMode.InsertBefore })) { <input type="submit" name="submit" value="Link Text" /> }
I think itβs safe to say that itβs not so simple Ajax.ActionLink, but it gives you the enter button.
source share