Show / Hide Table of Contents

Class HtmlTextAreaExtensions

Inheritance
object
HtmlTextAreaExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvc.Helpers
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
Type Name Description
DnnHtmlHelper html
string name
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
Type Name Description
DnnHtmlHelper html
string name
IDictionary<string, object> htmlAttributes
Returns
Type Description
MvcHtmlString

TextArea(DnnHtmlHelper, string, object)

Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, object htmlAttributes)
Parameters
Type Name Description
DnnHtmlHelper html
string name
object htmlAttributes
Returns
Type Description
MvcHtmlString

TextArea(DnnHtmlHelper, string, string)

Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value)
Parameters
Type Name Description
DnnHtmlHelper html
string name
string value
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
Type Name Description
DnnHtmlHelper html
string name
string value
IDictionary<string, object> htmlAttributes
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
Type Name Description
DnnHtmlHelper html
string name
string value
int rows
int columns
IDictionary<string, object> htmlAttributes
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
Type Name Description
DnnHtmlHelper html
string name
string value
int rows
int columns
object htmlAttributes
Returns
Type Description
MvcHtmlString

TextArea(DnnHtmlHelper, string, string, object)

Declaration
public static MvcHtmlString TextArea(this DnnHtmlHelper html, string name, string value, object htmlAttributes)
Parameters
Type Name Description
DnnHtmlHelper html
string name
string value
object htmlAttributes
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
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TProperty>> expression
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
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TProperty>> expression
IDictionary<string, object> htmlAttributes
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
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TProperty>> expression
int rows
int columns
IDictionary<string, object> htmlAttributes
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
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TProperty>> expression
int rows
int columns
object htmlAttributes
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
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TProperty>> expression
object htmlAttributes
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TProperty
Back to top by the community, for the community... #DNNCMS