1 implementation of GetCurrentValues
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
900public virtual ICollection<string> GetCurrentValues(
3 references to GetCurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (1)
SelectTagHelper.cs (1)
101_currentValues = Generator.GetCurrentValues(ViewContext, For.ModelExplorer, For.Name, _allowMultiple);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
IHtmlGenerator.cs (2)
388/// See <see cref="GetCurrentValues"/> for information about how current values are determined. 436/// See <see cref="GetCurrentValues"/> for information about how the <paramref name="currentValues"/>