System.Web.UI.WebControls.Literal: Method Members

The methods of System.Web.UI.WebControls.Literal are listed below. For a list of all members, see the Literal Members list.

See Also: Inherited members from System.Web.UI.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.