19 references to LabelFor
BasicWebSite (18)
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 (6)
103Html.LabelFor(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" }) 133Html.LabelFor(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" }) 163Html.LabelFor(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" }) 193Html.LabelFor(model => model.UserId3, htmlAttributes: new { @class = "control-label col-md-2" }) 223Html.LabelFor(model => model.UserId4, htmlAttributes: new { @class = "control-label col-md-2" }) 253Html.LabelFor(model => model.UserId5, htmlAttributes: new { @class = "control-label col-md-2" })
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_FlushAsyncLogin_cshtml.g.cs (2)
91Html.LabelFor(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" }) 121Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" })
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery_Login_cshtml.g.cs (4)
88Html.LabelFor(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" }) 118Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" }) 195Html.LabelFor(m => m.UserName, new { @class = "col-md-2 control-label" }) 215Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" })
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_RemoteAttribute_Home_Create_cshtml.g.cs (6)
103Html.LabelFor(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" }) 133Html.LabelFor(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" }) 163Html.LabelFor(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" }) 193Html.LabelFor(model => model.UserId3, htmlAttributes: new { @class = "control-label col-md-2" }) 223Html.LabelFor(model => model.UserId4, htmlAttributes: new { @class = "control-label col-md-2" }) 253Html.LabelFor(model => model.UserId5, htmlAttributes: new { @class = "control-label col-md-2" })
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperLabelExtensionsTest.cs (1)
496var labelForResult = helper.LabelFor(m => m.Property1, htmlAttributes: new { attr = "value" });