Window.location.href URL.Action Parámetros

window.location.href = '@Url.Action("Action", "Controller", new { param1 = "", param2 = "" })';
Vishnu