5 references to TextBoxFor
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (3)
153var textBoxForResult = helper.TextBoxFor(m => m.Property1, htmlAttributes); 180() => helper.TextBoxFor(m => m, htmlAttributes), 199var textBoxForResult = helper.TextBoxFor(m => m, htmlAttributes);
Rendering\HtmlHelperTextBoxTest.cs (2)
25var textBox = helper.TextBoxFor(m => m.Property1, new { type }); 52var textBox = helper.TextBoxFor(m => m.Property1, new { type });