SaaS CMS has officially launched! Learn more now.

Class Select

Summary description for Select1.

Inheritance
System.Object
Select
Implements
System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 10.10.4
Syntax
public class Select : SelectControl, IPostBackDataHandler, INamingContainer

Constructors

Select()

Declaration
public Select()

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

RenderID(HtmlTextWriter)

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

RenderLabel(HtmlTextWriter)

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

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 match)
Parameters
Type Name Description
System.Text.RegularExpressions.Match match

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