HtmlHelperLabelExtensions Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Label-related extensions for IHtmlHelper and IHtmlHelper<TModel>.
public ref class HtmlHelperLabelExtensions abstract sealedpublic static class HtmlHelperLabelExtensionstype HtmlHelperLabelExtensions = classPublic Module HtmlHelperLabelExtensions- Inheritance
- 
				HtmlHelperLabelExtensions
Methods
| Label(IHtmlHelper, String, String) | Returns a <label> element for the specified  | 
| Label(IHtmlHelper, String) | Returns a <label> element for the specified  | 
| LabelFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, Object) | Returns a <label> element for the specified  | 
| LabelFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, String) | Returns a <label> element for the specified  | 
| LabelFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>) | Returns a <label> element for the specified  | 
| LabelForModel(IHtmlHelper, Object) | Returns a <label> element for the current model. | 
| LabelForModel(IHtmlHelper, String, Object) | Returns a <label> element for the current model. | 
| LabelForModel(IHtmlHelper, String) | Returns a <label> element for the current model. | 
| LabelForModel(IHtmlHelper) | Returns a <label> element for the current model. |