EditorExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member Editor(HtmlHelper, String) Returns an HTML input element for each property in the object that is represented by the expression.
Public methodStatic member Editor(HtmlHelper, String, Object) Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.
Public methodStatic member Editor(HtmlHelper, String, String) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template.
Public methodStatic member Editor(HtmlHelper, String, String, Object) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and additional view data.
Public methodStatic member Editor(HtmlHelper, String, String, String) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and HTML field name.
Public methodStatic member Editor(HtmlHelper, String, String, String, Object) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template, HTML field name, and additional view data.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>) Returns an HTML input element for each property in the object that is represented by the Expression expression.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, Object) Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String) Returns an HTML input element for each property in the object that is represented by the Expression expression, using the specified template.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, Object) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and additional view data.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String) Returns an HTML input element for each property in the object that is represented by the Expression expression, using the specified template and HTML field name.
Public methodStatic member EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String, Object) Returns an HTML input element for each property in the object that is represented by the expression, using the specified template, HTML field name, and additional view data.
Public methodStatic member EditorForModel(HtmlHelper) Returns an HTML input element for each property in the model.
Public methodStatic member EditorForModel(HtmlHelper, Object) Returns an HTML input element for each property in the model, using additional view data.
Public methodStatic member EditorForModel(HtmlHelper, String) Returns an HTML input element for each property in the model, using the specified template.
Public methodStatic member EditorForModel(HtmlHelper, String, Object) Returns an HTML input element for each property in the model, using the specified template and additional view data.
Public methodStatic member EditorForModel(HtmlHelper, String, String) Returns an HTML input element for each property in the model, using the specified template name and HTML field name.
Public methodStatic member EditorForModel(HtmlHelper, String, String, Object) Returns an HTML input element for each property in the model, using the template name, HTML field name, and additional view data.

Top

See Also

Reference

EditorExtensions Class

System.Web.Mvc.Html Namespace