10 references to UserId1
BasicWebSite (10)
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
22user.UserId1,
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Areas_Area1_Views_RemoteAttribute_Home_Create_cshtml.g.cs (3)
133Html.LabelFor(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" }) 143Html.EditorFor(model => model.UserId1, new { htmlAttributes = new { @class = "form-control" } }) 153Html.ValidationMessageFor(model => model.UserId1, "", new { @class = "text-danger" })
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Areas_Area1_Views_RemoteAttribute_Home_Details_cshtml.g.cs (2)
81Html.DisplayNameFor(model => model.UserId1) 91Html.DisplayFor(model => model.UserId1)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_RemoteAttribute_Home_Create_cshtml.g.cs (3)
133Html.LabelFor(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" }) 143Html.EditorFor(model => model.UserId1, new { htmlAttributes = new { @class = "form-control" } }) 153Html.ValidationMessageFor(model => model.UserId1, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
20name = nameof(RemoteAttributeUser.UserId1);