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)
103
Html.LabelFor(model => model.
Id
, htmlAttributes: new { @class = "control-label col-md-2" })
113
Html.EditorFor(model => model.
Id
, new { htmlAttributes = new { @class = "form-control" } })
123
Html.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)
61
Html.DisplayNameFor(model => model.
Id
)
71
Html.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)
103
Html.LabelFor(model => model.
Id
, htmlAttributes: new { @class = "control-label col-md-2" })
113
Html.EditorFor(model => model.
Id
, new { htmlAttributes = new { @class = "form-control" } })
123
Html.ValidationMessageFor(model => model.
Id
, "", new { @class = "text-danger" })