5 writes to Text
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
DefaultHtmlGenerator.cs (1)
1583Text = optionLabel,
HtmlHelper.cs (1)
1387Text = keyValuePair.Key.Name,
Rendering\MultiSelectList.cs (2)
168Text = Eval(item, DataTextField), 192Text = Eval(item, DataTextField),
Rendering\SelectListItem.cs (1)
26Text = text;
19 references to Text
Microsoft.AspNetCore.Mvc.ViewFeatures (19)
DefaultDisplayTemplates.cs (1)
55selectTag.InnerHtml.AppendHtml(DefaultHtmlGenerator.GenerateOption(item, item.Text));
DefaultHtmlGenerator.cs (2)
1645var value = item.Value ?? item.Text; 1649var tagBuilder = GenerateOption(item, item.Text, selected);
Rendering\HtmlHelperSelectExtensions.cs (11)
18/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 48/// <see cref="SelectListItem.Value"/> (if non-<c>null</c>) or <see cref="SelectListItem.Text"/> matches the 89/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 123/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 162/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 200/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 235/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 279/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 318/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 348/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 382/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in:
Rendering\IHtmlHelper.cs (3)
255/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 377/// and the display name as <see cref="SelectListItem.Text"/>. 446/// <see cref="SelectListItem.Text"/> matches an entry in the first non-<c>null</c> collection found in:
Rendering\IHtmlHelperOfT.cs (2)
117/// <see cref="SelectListItem.Text"/> matches the first non-<c>null</c> value found in: 239/// <see cref="SelectListItem.Text"/> matches an entry in the first non-<c>null</c> collection found in: