7 writes to For
Microsoft.AspNetCore.Mvc.TagHelpers.Test (7)
SelectTagHelperTest.cs (7)
230For = modelExpression, 328For = modelExpression, 508For = modelExpression, 607For = modelExpression, 684For = modelExpression, 719For = modelExpression, 751For = 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 77if (For == null) 86if (For.Metadata == null) 92For.Name)); 98var 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> 126if (For == null) 135if (string.IsNullOrEmpty(For.Name) && 147For.ModelExplorer, 149expression: For.Name,