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