Class TextArea
An input control that is equivalent to the html control <textarea></textarea>
Implements
System.Web.UI.IPostBackDataHandler
    System.Web.UI.INamingContainer
  Inherited Members
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 8.11.0Syntax
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