The thing is I'm passing some data in model from first action to second action of same controller
but the data in model is visible in URL query string.
This is how it is visible to Query string
Now
1 - is there any solution to hide that data in query string Other than using Temp Data
2 - and why redirection to action is happening from client ??
3 - It seems to be passing data via Get method in redirection, is there any way I can pass data in Body (i.e. Post).