Uiinfrastructure API Docs  
 

HTMLElement.GetInnerHTML Method (XPStringBuilder, IXPResponse, Boolean)

Call this method to obtain the HTML nested within this element. This HTML does not contain the HTML for this element.

public virtual void GetInnerHTML(
   XPStringBuilder sbLocal,
   IXPResponse response,
   bool bFormatLocal
);

Parameters

sbLocal
Pass an XPStringBuilder. Pass null if you do not wish for the HTML string to be added to a buffer.
response
bFormatLocal

See Also

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