8 references to TextBoxFor
BasicWebSite (3)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_FlushAsyncLogin_cshtml.g.cs (1)
101Html.TextBoxFor(m => m.UserName, new { @class = "...", cLass = "form-control" })
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_Login_cshtml.g.cs (2)
98Html.TextBoxFor(m => m.UserName, new { @class = "...", cLass = "form-control" }) 205Html.TextBoxFor(m => m.UserName, new { @class = "form-control" })
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 });