SaaS CMS has officially launched! Learn more now.

Class Label

A label for a xform input control.

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

Constructors

Label()

Declaration
public Label()

Methods

Render(HtmlTextWriter)

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

ToString()

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