TextAreaExtensions Methods

 

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String)

Returns the specified textarea element by using the specified HTML helper and the name of the form field.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, IDictionary<String, Object>)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, and the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, Object)

Returns the specified textarea element by using the specified HTML helper and HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, String)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, and the text content.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, String, IDictionary<String, Object>)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, and the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, String, Int32, Int32, IDictionary<String, Object>)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, the number of rows and columns, and the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, String, Int32, Int32, Object)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, the number of rows and columns, and the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextArea(HtmlHelper, String, String, Object)

Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, and the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)

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

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, IDictionary<String, Object>)

Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Int32, Int32, IDictionary<String, Object>)

Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes and the number of rows and columns.

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Int32, Int32, Object)

Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes and the number of rows and columns.

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Object)

Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes.

See Also

TextAreaExtensions Class
System.Web.Mvc.Html Namespace

Return to top