Here Mudassar Ahmed Khan has explained n with an example, how to pass (send) data from one cshtml page (View) to another in ASP.Net MVC Razor.
The data from the Source cshtml page (View) will be posted (submitted) using Form Post to the Controller’s Action method of the Destination cshtml page (View).
Then finally, the received data will be displayed in the Destination cshtml page (View) using ViewBag.