I\'m trying to redirect to another page by calling an action in controller with a specific parameter. I\'m trying to use this line:
window.open(\'<%= Url.
The easiest way is to declare a javascript variable than concate your parameter value to the link.
var url = '@Url.Action("Action","Controller")' + "/" + yourjavascriptvariable;