Uiinfrastructure API Docs  
 

HTMLElement.Display Method (IXPResponse)

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 response
);

Parameters

response
Pass an IXPResponse object.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace | HTMLElement.Display Overload List