I have a cancel button in a form:
@using (Html.BeginForm(\"ConfirmBid\",\"Auction\")) { some stuff ...
if you want to preserve its look as a button, you could do something like this:
where [ActionName] is the name of the action that will return your desired view.
[ActionName]