System.Web.UI.WebControls.Literal Members

The members of System.Web.UI.WebControls.Literal are listed below.

See Also: Inherited members from System.Web.UI.Control

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.Literal class.

Public Properties

ModeLiteralMode.

Gets or sets an enumeration value that specifies how the content in the System.Web.UI.WebControls.Literal control is rendered.

Textstring.

Gets or sets the caption displayed in the System.Web.UI.WebControls.Literal control.

Public Methods

override
Focus()

Set input focus to a control; the Literal.Focus base control method is not supported on a System.Web.UI.WebControls.Literal control.

Protected Methods

override
AddParsedSubObject(object)

Notifies the System.Web.UI.WebControls.Literal control that an XML or HTML element was parsed and adds that element to the System.Web.UI.ControlCollection of the control.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates an System.Web.UI.EmptyControlCollection object for the current instance of the System.Web.UI.WebControls.Literal control.

override
Render(System.Web.UI.HtmlTextWriter)

Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.