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)
253
Html.LabelFor(model => model.
UserId5
, htmlAttributes: new { @class = "control-label col-md-2" })
263
Html.EditorFor(model => model.
UserId5
, new { htmlAttributes = new { @class = "form-control" } })
273
Html.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)
161
Html.DisplayNameFor(model => model.
UserId5
)
171
Html.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)
253
Html.LabelFor(model => model.
UserId5
, htmlAttributes: new { @class = "control-label col-md-2" })
263
Html.EditorFor(model => model.
UserId5
, new { htmlAttributes = new { @class = "form-control" } })
273
Html.ValidationMessageFor(model => model.
UserId5
, "", new { @class = "text-danger" })
Controllers\RemoteAttribute_VerifyController.cs (1)
30
name = nameof(RemoteAttributeUser.
UserId5
);