window.location.href Url.Action Paramètres

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