SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply add this when you are using same controller to redirect
var url = "YourActionName?parameterName=" + parameterValue; window.location.href = url;