Method GenerateTextBox
| Improve this Doc View SourceGenerateTextBox(ViewContext, String, Column, Object, String, Object)
Generate a <input type="text".../> element.
Declaration
TagBuilder GenerateTextBox(ViewContext viewContext, string fullHtmlFieldName, Column column, object value, string format, object htmlAttributes)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
viewContext | The view context. |
System. |
fullHtmlFieldName | The full HTML field name. |
Column | column | The column. |
System. |
value | The data value. |
System. |
format | The string format. |
System. |
htmlAttributes | The HTML attributes. |
Returns
Type | Description |
---|---|
Microsoft. |
The tag builder. |