SaaS CMS has officially launched! Learn more now.

Class Text

Summary description for Text.

Inheritance
System.Object
Text
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public abstract class Text : WebControl

Constructors

Text()

Declaration
protected Text()

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

Value

The value for the item.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
Remarks

Returns String.Empty when not set.

Methods

AddParsedSubObject(Object)

Declaration
protected override void AddParsedSubObject(object obj)
Parameters
Type Name Description
System.Object obj

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.

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String