10 references to UserId2
BasicWebSite (10)
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
23user.UserId2,
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)
163Html.LabelFor(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" }) 173Html.EditorFor(model => model.UserId2, new { htmlAttributes = new { @class = "form-control" } }) 183Html.ValidationMessageFor(model => model.UserId2, "", 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)
101Html.DisplayNameFor(model => model.UserId2) 111Html.DisplayFor(model => model.UserId2)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_RemoteAttribute_Home_Create_cshtml.g.cs (3)
163Html.LabelFor(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" }) 173Html.EditorFor(model => model.UserId2, new { htmlAttributes = new { @class = "form-control" } }) 183Html.ValidationMessageFor(model => model.UserId2, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
25name = nameof(RemoteAttributeUser.UserId2);