TextAreaExtensions.TextArea Method (HtmlHelper, String)
.NET Framework 4
Returns the specified textarea element by using the specified HTML helper and the name of the form field.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- htmlHelper
- Type: System.Web.Mvc.HtmlHelper
The HTML helper instance that this method extends.
- name
- Type: System.String
The name of the form field to return.