LabelExtensions.Label Method
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.
| 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, IDictionary(String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
|
Label(HtmlHelper, String, Object) | 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. |
|
Label(HtmlHelper, String, String, IDictionary(String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
|
Label(HtmlHelper, String, String, Object) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
Show: