4 references to Value
Microsoft.AspNetCore.Mvc.TagHelpers (4)
OptionTagHelper.cs (4)
65if (Value != null) 67output.CopyHtmlAttribute(nameof(Value), context); 84if (Value != null) 86selected = currentValues.Values.Contains(Value);