HTML Tag

Purpose

The GEN:HTML code generation tag places any HTML content specified in the Property Sheet on the page.  When the ASPX page or ASCX control is displayed, the ASP.NET control for this tag will render the HTML content in the page.

Some displayed HTML.

If code generation tags are placed in the HTML content, they will not be recognized by Iron Speed Designer.  Similarly, ASP.NET tags placed in the content will not be executed.

The HTML content can contain any valid JavaScript code or any strings enclosed in quotes.

Examples

<GEN:HTML Name=“FooterBlock” />

Properties

See ASP.NET Control Properties for details.

See also

Code Generation Tags

Code Generation Tag Properties