summaryM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
Namespace: DotNetNuke.Web.Mvc.HelpersAssembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)
Syntax
C# |
---|
public static MvcHtmlString TextArea( this DnnHtmlHelper html, string name, string value, int rows, int columns, IDictionary<string, Object> htmlAttributes ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function TextArea ( html As DnnHtmlHelper, name As String, value As String, rows As Integer, columns As Integer, htmlAttributes As IDictionary(Of String, Object) ) As MvcHtmlString |
Parameters
- html
- Type: DotNetNuke.Web.Mvc.Helpers..::..DnnHtmlHelper
paramhtmlM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
- name
- Type: System..::..String
paramnameM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
- value
- Type: System..::..String
paramvalueM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
- rows
- Type: System..::..Int32
paramrowsM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
- columns
- Type: System..::..Int32
paramcolumnsM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})
- htmlAttributes
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
paramhtmlAttributesM:DotNetNuke.Web.Mvc.Helpers.HtmlTextAreaExtensions.TextArea(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})