System.Web.UI.LiteralControl Members

The members of System.Web.UI.LiteralControl are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.UI.LiteralControl class that contains a literal string to be rendered on the requested ASP.NET page.

Initializes a new instance of the System.Web.UI.LiteralControl class with the specified text.

Public Properties

Textstring.

Gets or sets the text content of the System.Web.UI.LiteralControl object.

Protected Methods

override
CreateControlCollection() : ControlCollection

Creates an System.Web.UI.EmptyControlCollection object for the current instance of the System.Web.UI.LiteralControl class.

override
Render(HtmlTextWriter)

Writes the content of the System.Web.UI.LiteralControl object to the ASP.NET page.