SaaS CMS has officially launched! Learn more now.

Class TextArea

An input control that is equivalent to the html control <textarea></textarea>

Inheritance
System.Object
TextArea
Implements
System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 7.19.2
Syntax
public class TextArea : XFormControlBase, IPostBackDataHandler, INamingContainer

Constructors

TextArea()

Declaration
public TextArea()

Properties

RegexMatchString

A string representation of a regular expression that is used when converting html to xform controls.

Declaration
public static string RegexMatchString { get; }
Property Value
Type Description
System.String

Methods

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderValue(HtmlTextWriter)

Declaration
public override void RenderValue(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer
Overrides

ReplaceHTML(Match)

Used when converting html to XForm controls.

Declaration
public static string ReplaceHTML(Match m)
Parameters
Type Name Description
System.Text.RegularExpressions.Match m

A Match from an regular expression evaluation.

Returns
Type Description
System.String

A string representing an XForm control.

Implements

System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer

Extension Methods