Literal Tag

Purpose

The Literal code generation tag places any text on the generated page.  The specified text will be placed on the generated page without any HTML adornment.  There is no limitation to the size of the text specified – you are only limited by the memory and resources on your server.  When the ASPX page or ASCX control is displayed, the server-side control for this tag returns the text specified in the Properties dialog.

Text generated by the Literal tag.

Examples

<GEN:Literal Name=”LastName”/>

See also

Literal Display Properties

Literal Pass-Through Attributes