1 implementation of GetCurrentValues
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
900public virtual ICollection<string> GetCurrentValues(
19 references to GetCurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (1)
SelectTagHelper.cs (1)
101_currentValues = Generator.GetCurrentValues(ViewContext, For.ModelExplorer, For.Name, _allowMultiple);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
SelectTagHelperTest.cs (2)
585.Setup(real => real.GetCurrentValues( 662.Setup(real => real.GetCurrentValues(
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"/>
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (14)
DefaultHtmlGeneratorTest.cs (14)
35var result = htmlGenerator.GetCurrentValues( 57var result = htmlGenerator.GetCurrentValues( 77htmlGenerator.GetCurrentValues(viewContext, modelExplorer, expression: null, allowMultiple: true); 502var result = htmlGenerator.GetCurrentValues( 525var exception = Assert.Throws<InvalidOperationException>(() => htmlGenerator.GetCurrentValues( 593var result = htmlGenerator.GetCurrentValues( 623var result = htmlGenerator.GetCurrentValues( 671var result = htmlGenerator.GetCurrentValues( 697var result = htmlGenerator.GetCurrentValues( 720var result = htmlGenerator.GetCurrentValues( 778var result = htmlGenerator.GetCurrentValues( 804var result = htmlGenerator.GetCurrentValues( 833var result = htmlGenerator.GetCurrentValues( 945var result = htmlGenerator.GetCurrentValues(