window.location.href url.action parameter

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