4 references to GetValue
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\PropertyHelper\PropertyHelper.cs (1)
335
dictionary[helper.Name] = helper.
GetValue
(value);
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Filters\LifecycleProperty.cs (1)
28
public object GetValue(object instance) => _propertyHelper.
GetValue
(instance);
HtmlAttributePropertyHelper.cs (1)
52
internal object GetValue(object instance) => _propertyHelper.
GetValue
(instance);
ModelExplorer.cs (1)
421
return c == null ? null : propertyHelper.
GetValue
(c);