Is there some other way?
你可以使用html< form> ;::
@using (Html.BeginForm("someAction","someController")) { <button type="submit">OK</button> }