Literal Tag

Purpose

The Literal code generation tag places text on the page.  The specified text will be placed on the 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 Property Sheet.

Text created by the Literal tag.

Examples

<GEN:Literal Name=“LastName”/>

See also

Code Generation Tags

Code Generation Tag Properties