10 references to UserId2
BasicWebSite (10)
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
23
user.
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)
163
Html.LabelFor(model => model.
UserId2
, htmlAttributes: new { @class = "control-label col-md-2" })
173
Html.EditorFor(model => model.
UserId2
, new { htmlAttributes = new { @class = "form-control" } })
183
Html.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)
101
Html.DisplayNameFor(model => model.
UserId2
)
111
Html.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)
163
Html.LabelFor(model => model.
UserId2
, htmlAttributes: new { @class = "control-label col-md-2" })
173
Html.EditorFor(model => model.
UserId2
, new { htmlAttributes = new { @class = "form-control" } })
183
Html.ValidationMessageFor(model => model.
UserId2
, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
25
name = nameof(RemoteAttributeUser.
UserId2
);