1 implementation of ViewData
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelperOfT.cs (1)
45
public new ViewDataDictionary<TModel>
ViewData
{ get; private set; }
2 references to ViewData
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\IHtmlHelperOfT.cs (2)
125
/// <optgroup> and <option> elements. If <c>null</c>, uses the <see cref="
ViewData
"/> entry with
248
/// collection with name <paramref name="expression"/> in <see cref="
ViewData
"/>.