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,