7 references to Model
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageOfT.cs (1)
18
public TModel Model => ViewData.
Model
;
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
IModelExpressionProvider.cs (2)
16
/// <typeparam name="TModel">The type of the <paramref name="viewData"/>'s <see cref="ViewDataDictionary{T}.
Model
"/>.</typeparam>
18
/// <param name="viewData">The <see cref="ViewDataDictionary{TModel}"/> containing the <see cref="ViewDataDictionary{T}.
Model
"/>
ModelExpressionProvider.cs (2)
66
/// <typeparam name="TModel">The type of the <paramref name="viewData"/>'s <see cref="ViewDataDictionary{T}.
Model
"/>.</typeparam>
67
/// <param name="viewData">The <see cref="ViewDataDictionary{TModel}"/> containing the <see cref="ViewDataDictionary{T}.
Model
"/>
ViewDataDictionaryOfT.cs (2)
38
/// but <see cref="
Model
"/> should be copied from the existing instance e.g. when copying from a base
62
/// <see cref="
Model
"/> are known.