8 references to Id
BasicWebSite (8)
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)
103Html.LabelFor(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" }) 113Html.EditorFor(model => model.Id, new { htmlAttributes = new { @class = "form-control" } }) 123Html.ValidationMessageFor(model => model.Id, "", 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)
61Html.DisplayNameFor(model => model.Id) 71Html.DisplayFor(model => model.Id)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_RemoteAttribute_Home_Create_cshtml.g.cs (3)
103Html.LabelFor(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" }) 113Html.EditorFor(model => model.Id, new { htmlAttributes = new { @class = "form-control" } }) 123Html.ValidationMessageFor(model => model.Id, "", new { @class = "text-danger" })