4 references to ViewDataDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewDataDictionary.cs (3)
60
:
this
(source, source.Model, source._declaredModelType)
148
/// <see cref="
ViewDataDictionary
(ViewDataDictionary, object, Type)"/> to ignore <c>source.Model</c>.
152
:
this
(source, model: source.Model, declaredModelType: declaredModelType)
ViewDataDictionaryOfT.cs (1)
74
:
base
(source, model, declaredModelType: typeof(TModel))