Implemented interface member:
method
GetCurrentValues
Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator.GetCurrentValues(Microsoft.AspNetCore.Mvc.Rendering.ViewContext, Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer, System.String, System.Boolean)
1 reference to GetCurrentValues
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
516var currentValues = GetCurrentValues(viewContext, modelExplorer, expression, allowMultiple);