Uiinfrastructure API Docs  
 

HTMLElement.Display Method

Call this method to display the HTML of this object to the IXPResponse object.

All HTML of this object, as well as the HTML of any nested HTMLElement objects will be displayed.

Overload List

Call this method to display the HTML of this object to the IXPResponse object.

All HTML of this object, as well as the HTML of any nested HTMLElement objects will be displayed.

public virtual void Display(IXPResponse);

Call this method to display this object's HTML to an IXPResponse object.

public virtual void Display(IXPResponse,bool);

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace