4 references to GetExplorerForProperty
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ExpressionMetadataProvider.cs (1)
147
var propertyExplorer = viewData.ModelExplorer.
GetExplorerForProperty
(expression);
ModelExplorer.cs (2)
92
/// <see cref="
GetExplorerForProperty
(string)"/>. In this case, the returned <see cref="ModelExplorer"/> will
93
/// have it's <see cref="Container"/> set to the instance upon which <see cref="
GetExplorerForProperty
(string)"/>
ModelExplorerExtensions.cs (1)
35
var propertyExplorer = modelExplorer.
GetExplorerForProperty
(