Passing data from Controller to View in Asp.net Core MVC 6.0 | ViewData | ViewBag | ViewModel

Опубликовано: 17 Сентябрь 2022
на канале: Just Pick and Learn
9,778
154

This video will show you:
1. Different ways to pass data from Controller to View in Asp.net Core MVC 6.0
2. ViewData in Asp.net core MVC 6.0
3. ViewBag in Asp.net core MVC 6.0
4. ViewModel in Asp.net core MVC 6.0
5. You will understand the difference between Strongly typed View and Weakly typed View

You can download the latest code from below git repository:
https://github.com/sahanabhat3388/Com...