Plumtree UI Infrastructure API  
 

HTMLPage.SetHead Method 

Call this method to set the head of this html page. If this head is not set, this page will display with an empty head.

public virtual void SetHead(
   HTMLHead h
);

See Also

HTMLPage Class | com.plumtree.xpshared.htmlelements Namespace