filmov
tv
How to pass value from controller to view in MVC part-7

Показать описание
In this MVC tutorial we will learn:
--How to Pass value from controller to view in MVC. There are two things to transfer the value from controller to view, these are:
1. ViewBag.Dynamic Property
2. ViewData["key"[=value
Here, we will learn ViewBag object . Also learn how to pass single variable value as well as list of string value.
--How to Pass value from controller to view in MVC. There are two things to transfer the value from controller to view, these are:
1. ViewBag.Dynamic Property
2. ViewData["key"[=value
Here, we will learn ViewBag object . Also learn how to pass single variable value as well as list of string value.