Computer Science, asked by prawinkrishna2587, 1 year ago

How to carry the values from one controller to other controller with redirecttoactrion method c#?

Answers

Answered by Geekydude121
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