Tag: DynamicObject
ViewBag and DynamicObject in ASP.NET MVC
ViewBag is used in ASP.NET MVC to pass data from the controller to View . It is a dynamic object and is a member of the Controller class. Any dynamic property with its value can be assigned and later be used to retrieve it in the View. Below is a sample code snippet on the usage of the ViewBag to store the ApplicationTitle and later…
Recent Stories
-
C# for Beginners – Lesson 4: Variables and Data Types youtube.com
-
C# Extension methods have changed forever youtube.com
-
C# is NOT Java Done Right. Hear me out. youtube.com
-
C# 13 and 14: My Favorite Features | Coding Shorts... youtube.com
-
SQL Questions Asked in Meesho | SQL Preparation Packet |... youtube.com