Method GenerateTextArea
| Improve this Doc View SourceGenerateTextArea(ViewContext, String, Column, Object, Int32, Int32, Object)
Generate a <textarea> element.
Declaration
TagBuilder GenerateTextArea(ViewContext viewContext, string fullHtmlFieldName, Column column, object dataValue, int rows, int cols, object htmlAttributes)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
viewContext | The view context. |
System. |
fullHtmlFieldName | The full HTML field name. |
Column | column | The column. |
System. |
dataValue | The data value. |
System. |
rows | Specifies the visible number of lines in a text area. |
System. |
cols | Specifies the visible width of a text area. |
System. |
htmlAttributes | The HTML attributes. |
Returns
Type | Description |
---|---|
Microsoft. |
The tag builder. |