EditorExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEditor(HtmlHelper, String)

Returns an HTML input element for each property in the object that is represented by the expression.

System_CAPS_pubmethodSystem_CAPS_staticEditor(HtmlHelper, String, Object)

Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticEditor(HtmlHelper, String, String)

Returns an HTML input element for each property in the object that is represented by the expression, using the specified template.

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

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

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

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)))

Returns an HTML input element for each property in the object that is represented by the Expression expression.

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), Object)

Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of 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.

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of 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.

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of 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.

System_CAPS_pubmethodSystem_CAPS_staticEditorFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of 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.

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper)

Returns an HTML input element for each property in the model.

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper, Object)

Returns an HTML input element for each property in the model, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper, String)

Returns an HTML input element for each property in the model, using the specified template.

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper, String, Object)

Returns an HTML input element for each property in the model, using the specified template and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper, String, String)

Returns an HTML input element for each property in the model, using the specified template name and HTML field name.

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

Return to top
Show: