9 references to UserId5
BasicWebSite (9)
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)
253Html.LabelFor(model => model.UserId5, htmlAttributes: new { @class = "control-label col-md-2" }) 263Html.EditorFor(model => model.UserId5, new { htmlAttributes = new { @class = "form-control" } }) 273Html.ValidationMessageFor(model => model.UserId5, "", 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)
161Html.DisplayNameFor(model => model.UserId5) 171Html.DisplayFor(model => model.UserId5)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_RemoteAttribute_Home_Create_cshtml.g.cs (3)
253Html.LabelFor(model => model.UserId5, htmlAttributes: new { @class = "control-label col-md-2" }) 263Html.EditorFor(model => model.UserId5, new { htmlAttributes = new { @class = "form-control" } }) 273Html.ValidationMessageFor(model => model.UserId5, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
30name = nameof(RemoteAttributeUser.UserId5);