Method GenerateTextArea
|
Improve this Doc
View Source
GenerateTextArea(ViewContext, String, Column, Object, Int32, Int32, Object)
Declaration
public virtual TagBuilder GenerateTextArea(ViewContext viewContext, string fullHtmlFieldName, Column column, object dataValue, int rows, int columns, object htmlAttributes)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
viewContext |
|
System.String |
fullHtmlFieldName |
|
Column |
column |
|
System.Object |
dataValue |
|
System.Int32 |
rows |
|
System.Int32 |
columns |
|
System.Object |
htmlAttributes |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.TagBuilder |
|
Implements