1 implementation of LabelFor
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelperOfT.cs (1)
212public IHtmlContent LabelFor<TResult>(
3 references to LabelFor
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Rendering\HtmlHelperLabelExtensions.cs (3)
56return htmlHelper.LabelFor(expression, labelText: null, htmlAttributes: null); 76return htmlHelper.LabelFor<TResult>(expression, labelText, htmlAttributes: null); 100return htmlHelper.LabelFor<TResult>(expression, labelText: null, htmlAttributes: htmlAttributes);