How to Pass Data From one View to another View in ASP.NET CORE

Published: 04 June 2017
on channel: ASP.NET MVC
23,109
76

This Video tutorial gives you a good practical knowledge of passing Data to views. In it, i have used Session to store data. If you want to read more about Session then check it
   • How to use Session in ASP.NET Core  

Also , This video contain RedirectToAction method to pass value from one view to another view.