10 references to UserId1
BasicWebSite (10)
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
22
user.
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)
133
Html.LabelFor(model => model.
UserId1
, htmlAttributes: new { @class = "control-label col-md-2" })
143
Html.EditorFor(model => model.
UserId1
, new { htmlAttributes = new { @class = "form-control" } })
153
Html.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)
81
Html.DisplayNameFor(model => model.
UserId1
)
91
Html.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)
133
Html.LabelFor(model => model.
UserId1
, htmlAttributes: new { @class = "control-label col-md-2" })
143
Html.EditorFor(model => model.
UserId1
, new { htmlAttributes = new { @class = "form-control" } })
153
Html.ValidationMessageFor(model => model.
UserId1
, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
20
name = nameof(RemoteAttributeUser.
UserId1
);