7 writes to For
Microsoft.AspNetCore.Mvc.TagHelpers.Test (7)
SelectTagHelperTest.cs (7)
230
For
= modelExpression,
328
For
= modelExpression,
508
For
= modelExpression,
607
For
= modelExpression,
684
For
= modelExpression,
719
For
= modelExpression,
751
For
= modelExpression,
12 references to For
Microsoft.AspNetCore.Mvc.TagHelpers (12)
SelectTagHelper.cs (12)
67
/// Passed through to the generated HTML in all cases. Also used to determine whether <see cref="
For
"/> is
77
if (
For
== null)
86
if (
For
.Metadata == null)
92
For
.Name));
98
var realModelType =
For
.ModelExplorer.ModelType;
101
_currentValues = Generator.GetCurrentValues(ViewContext,
For
.ModelExplorer,
For
.Name, _allowMultiple);
110
/// <remarks>Does nothing if <see cref="
For
"/> is <c>null</c>.</remarks>
126
if (
For
== null)
135
if (string.IsNullOrEmpty(
For
.Name) &&
147
For
.ModelExplorer,
149
expression:
For
.Name,