There, is for example, ViewBag property of ControllerBase class and we can dynamically get/set values and add any number of additional fields or properties to t
ControllerBase
dynamic MyDynamic = new ExpandoObject();