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

Опубликовано: 04 Июнь 2017
на канале: 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.