LabelExtensions Methods

 

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLabel(HtmlHelper, String)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabel(HtmlHelper, String, IDictionary<String, Object>)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabel(HtmlHelper, String, Object)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabel(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.

System_CAPS_pubmethodSystem_CAPS_staticLabel(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.

System_CAPS_pubmethodSystem_CAPS_staticLabel(HtmlHelper, String, String, Object)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<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.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper)

Returns an HTML label element and the property name of the property that is represented by the model.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper, IDictionary<String, Object>)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper, Object)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(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.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper, String, IDictionary<String, Object>)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper, String, Object)

Returns an HTML label element and the property name of the property that is represented by the specified expression.

Return to top
Show: