Class HtmlTextAreaExtensions
Inheritance
HtmlTextAreaExtensions
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public static class HtmlTextAreaExtensions
Methods
TextArea(DnnHtmlHelper, string)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, IDictionary<string, object>)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, object)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, string)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, string, IDictionary<string, object>)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, string, int, int, IDictionary<string, object>)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value, int rows, int columns, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, string, int, int, object)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value, int rows, int columns, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextArea(DnnHtmlHelper, string, string, object)
Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
TextAreaFor<TModel, TProperty>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TProperty>> expression)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
TextAreaFor<TModel, TProperty>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, IDictionary<string, object>)
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TProperty>> expression, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
TextAreaFor<TModel, TProperty>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, int, int, IDictionary<string, object>)
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TProperty>> expression, int rows, int columns, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
TextAreaFor<TModel, TProperty>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, int, int, object)
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TProperty>> expression, int rows, int columns, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
TextAreaFor<TModel, TProperty>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, object)
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TProperty>> expression, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|