1 implementation of Label
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
7 references to Label
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
Rendering\HtmlHelperLabelExtensions.cs (6)
24return htmlHelper.Label(expression, labelText: null, htmlAttributes: null);
38return htmlHelper.Label(expression, labelText, htmlAttributes: null);
112return htmlHelper.Label(expression: null, labelText: null, htmlAttributes: null);
125return htmlHelper.Label(expression: null, labelText: labelText, htmlAttributes: null);
142return htmlHelper.Label(expression: null, labelText: null, htmlAttributes: htmlAttributes);
163return htmlHelper.Label(expression: null, labelText: labelText, htmlAttributes: htmlAttributes);