LabelExtensions Class
Represents support for the HTML label element in an ASP.NET MVC view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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(Of 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(Of 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. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue))) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), IDictionary(Of String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), Object) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String) | Returns an HTML label element and the property name of the property that is represented by the specified expression using the label text. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String, IDictionary(Of String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String, Object) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelForModel(HtmlHelper) | Returns an HTML label element and the property name of the property that is represented by the model. |
![]() ![]() | LabelForModel(HtmlHelper, IDictionary(Of String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelForModel(HtmlHelper, Object) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelForModel(HtmlHelper, String) | Returns an HTML label element and the property name of the property that is represented by the specified expression using the label text. |
![]() ![]() | LabelForModel(HtmlHelper, String, IDictionary(Of String, Object)) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
![]() ![]() | LabelForModel(HtmlHelper, String, Object) | Returns an HTML label element and the property name of the property that is represented by the specified expression. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

