I have sample code like this:
Add to Car
You can simply add this when you are using same controller to redirect
var url = "YourActionName?parameterName=" + parameterValue; window.location.href = url;