HtmlHelperEditorExtensions 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.
Editor-related extensions for IHtmlHelper and IHtmlHelper<TModel>.
public ref class HtmlHelperEditorExtensions abstract sealedpublic static class HtmlHelperEditorExtensionstype HtmlHelperEditorExtensions = classPublic Module HtmlHelperEditorExtensions- Inheritance
- 
				HtmlHelperEditorExtensions
Methods
| Editor(IHtmlHelper, String, Object) | Returns HTML markup for the  | 
| Editor(IHtmlHelper, String, String, Object) | Returns HTML markup for the  | 
| Editor(IHtmlHelper, String, String, String) | Returns HTML markup for the  | 
| Editor(IHtmlHelper, String, String) | Returns HTML markup for the  | 
| Editor(IHtmlHelper, String) | Returns HTML markup for the  | 
| EditorFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, Object) | Returns HTML markup for the  | 
| EditorFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, String, Object) | Returns HTML markup for the  | 
| EditorFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, String, String) | Returns HTML markup for the  | 
| EditorFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>, String) | Returns HTML markup for the  | 
| EditorFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>) | Returns HTML markup for the  | 
| EditorForModel(IHtmlHelper, Object) | Returns HTML markup for the current model, using an editor template and specified additional view data. The template is found using the model's ModelMetadata. | 
| EditorForModel(IHtmlHelper, String, Object) | Returns HTML markup for the current model, using an editor template and specified additional view data. The
template is found using the  | 
| EditorForModel(IHtmlHelper, String, String, Object) | Returns HTML markup for the current model, using an editor template, specified HTML field name, and
additional view data. The template is found using the  | 
| EditorForModel(IHtmlHelper, String, String) | Returns HTML markup for the current model, using an editor template and specified HTML field name. The
template is found using the  | 
| EditorForModel(IHtmlHelper, String) | Returns HTML markup for the current model, using an editor template. The template is found using the
 | 
| EditorForModel(IHtmlHelper) | Returns HTML markup for the current model, using an editor template. The template is found using the model's ModelMetadata. |