LabelExtensions.Label Method
Include Protected Members
Include Inherited Members
Returns an HTML label element and the property name of the property that is represented by the specified expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Label(HtmlHelper, String) | Returns an HTML label element and the property name of the property that is represented by the specified expression. | |
Label(HtmlHelper, String, String) | Returns an HTML label element and the property name of the property that is represented by the specified expression using the label text. |
Top