2 implementations of ViewBag
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
110public dynamic ViewBag => ViewContext.ViewBag;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1379public dynamic ViewBag
1 reference to ViewBag
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1381get { return _innerHelper.ViewBag; }