I'm tring tyUrl.Action to need to pass multiple parameters to
I need to load dialog box with multiple parameters with url.action. How can I do that? I tried few ways but nothing worked:
diag.load('@Url.Action("Action", "Controller", new {para1=val,para2=val2})', '', function () {
}
Need less to mention, all values would be dynamic.