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)
91
Html.LabelFor(m => m.
UserName
, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" })
101
Html.TextBoxFor(m => m.
UserName
, new { @class = "...", cLass = "form-control" })
111
Html.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)
88
Html.LabelFor(m => m.
UserName
, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" })
98
Html.TextBoxFor(m => m.
UserName
, new { @class = "...", cLass = "form-control" })
108
Html.ValidationMessageFor(m => m.
UserName
)
195
Html.LabelFor(m => m.
UserName
, new { @class = "col-md-2 control-label" })
205
Html.TextBoxFor(m => m.
UserName
, new { @class = "form-control" })