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