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)
101
Html.
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)
98
Html.
TextBoxFor
(m => m.UserName, new { @class = "...", cLass = "form-control" })
205
Html.
TextBoxFor
(m => m.UserName, new { @class = "form-control" })
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (3)
153
var textBoxForResult = helper.
TextBoxFor
(m => m.Property1, htmlAttributes);
180
() => helper.
TextBoxFor
(m => m, htmlAttributes),
199
var textBoxForResult = helper.
TextBoxFor
(m => m, htmlAttributes);
Rendering\HtmlHelperTextBoxTest.cs (2)
25
var textBox = helper.
TextBoxFor
(m => m.Property1, new { type });
52
var textBox = helper.
TextBoxFor
(m => m.Property1, new { type });