LabelExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member Label(HtmlHelper, String) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member 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.
Public methodStatic member Label(HtmlHelper, String, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member Label(HtmlHelper, String, String, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, IDictionary<String, Object>) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<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.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, IDictionary<String, Object>) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelForModel(HtmlHelper) Returns an HTML label element and the property name of the property that is represented by the model.
Public methodStatic member LabelForModel(HtmlHelper, IDictionary<String, Object>) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelForModel(HtmlHelper, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member 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.
Public methodStatic member LabelForModel(HtmlHelper, String, IDictionary<String, Object>) Returns an HTML label element and the property name of the property that is represented by the specified expression.
Public methodStatic member LabelForModel(HtmlHelper, String, Object) Returns an HTML label element and the property name of the property that is represented by the specified expression.

Top

See Also

Reference

LabelExtensions Class

System.Web.Mvc.Html Namespace