Uiinfrastructure API Docs  
 

HTMLPage.SetBody Method 

Call this method to set the body of this page. This object will not display until this method is called with a valid HTMLBody object or a valid HTMLFrameSet object.

A valid HTMLPage can have either an HTMLFrameSet or an HTMLBody, it can neither have both nor neither.

public virtual void SetBody(
   HTMLBody b
);

See Also

HTMLPage Class | com.plumtree.xpshared.htmlelements Namespace