I have found this code
<button type="button" class="btn btn-inverse btn-danger"
onclick="@("window.location.href='" + @Url.Action("ActionName", "ControllerName") +"'");">
Link
</button>
for redirecting- which is working fine, But now I need to pass parameter to this . Please help. Refereed the following How do I redirect a user when a button is clicked?