SaaS CMS has officially launched! Learn more now.

Class Input

An input control that is equivalent to the html control <input type="text">.

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

Constructors

Input()

Declaration
public Input()

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

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