8 references to UserName
BasicWebSite (8)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_FlushAsyncLogin_cshtml.g.cs (3)
91Html.LabelFor(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" }) 101Html.TextBoxFor(m => m.UserName, new { @class = "...", cLass = "form-control" }) 111Html.ValidationMessageFor(m => m.UserName)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_Login_cshtml.g.cs (5)
88Html.LabelFor(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" }) 98Html.TextBoxFor(m => m.UserName, new { @class = "...", cLass = "form-control" }) 108Html.ValidationMessageFor(m => m.UserName) 195Html.LabelFor(m => m.UserName, new { @class = "col-md-2 control-label" }) 205Html.TextBoxFor(m => m.UserName, new { @class = "form-control" })