Plumtree Portal UI  
 

TagDisplayElement.DisplayAsHTML Method 

Output the current tag as HTML. This allows it to be handled by another processing engine if necessary.

protected virtual HTMLElement DisplayAsHTML(
   TagVisitor _tagVisitor
);

Parameters

_tagVisitor
The tag visitor.

Return Value

HTML for the current tag, plus the processed results of any child tags.

See Also

TagDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace