Uiinfrastructure API Docs  
 

HTMLElement.GetDisplayString Method

Call this method to obtain a String of HTML markup that represents this HTML element, and all HTML elements nested within.

Overload List

Call this method to obtain a String of HTML markup that represents this HTML element, and all HTML elements nested within.

public virtual string GetDisplayString();

This method is the internal String generator for all HTMLElement classes. This method may be overridden by subclasses, but this shouldn't be necessary.

protected virtual string GetDisplayString(bool);

This method is the internal String generator for all HTMLElement classes. This method may be overridden by subclasses, but this shouldn't be necessary.

protected virtual void GetDisplayString(bool,XPStringBuilder);

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace