How to carry the values from one controller to other controller with redirecttoactrion method c#?
Answers
Answered by
0
Sometimes we need to pass data from one controller to another controller and for that we follow the following steps.
1)We need to pass the data as query string parameters.
2)We need to pass the data in TempData dictionary.
3)Then lastly we pass the data as root parameters.
This system is very primitive and hence requires no further consideration.
Similar questions
Social Sciences,
7 months ago
Accountancy,
7 months ago
Math,
7 months ago
Physics,
1 year ago
Biology,
1 year ago