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)
103
Html.
LabelFor
(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" })
133
Html.
LabelFor
(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" })
163
Html.
LabelFor
(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" })
193
Html.
LabelFor
(model => model.UserId3, htmlAttributes: new { @class = "control-label col-md-2" })
223
Html.
LabelFor
(model => model.UserId4, htmlAttributes: new { @class = "control-label col-md-2" })
253
Html.
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)
91
Html.
LabelFor
(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" })
121
Html.
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)
88
Html.
LabelFor
(m => m.UserName, new { @class = "col-md-2", ClAsS = "col-md-2 control-label" })
118
Html.
LabelFor
(m => m.Password, new { @class = "col-md-2 control-label" })
195
Html.
LabelFor
(m => m.UserName, new { @class = "col-md-2 control-label" })
215
Html.
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)
103
Html.
LabelFor
(model => model.Id, htmlAttributes: new { @class = "control-label col-md-2" })
133
Html.
LabelFor
(model => model.UserId1, htmlAttributes: new { @class = "control-label col-md-2" })
163
Html.
LabelFor
(model => model.UserId2, htmlAttributes: new { @class = "control-label col-md-2" })
193
Html.
LabelFor
(model => model.UserId3, htmlAttributes: new { @class = "control-label col-md-2" })
223
Html.
LabelFor
(model => model.UserId4, htmlAttributes: new { @class = "control-label col-md-2" })
253
Html.
LabelFor
(model => model.UserId5, htmlAttributes: new { @class = "control-label col-md-2" })
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperLabelExtensionsTest.cs (1)
496
var labelForResult = helper.
LabelFor
(m => m.Property1, htmlAttributes: new { attr = "value" });