3 references to ViewData
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
DynamicViewData.cs (3)
43return ViewData.Keys; 50result = ViewData[binder.Name]; 61ViewData[binder.Name] = value;