Uiinfrastructure API Docs  
 

ComponentMgr.GetAllHeadContent Method 

This method returns ALL HTML--page scope and component scope for all components under this manger--that belongs between the HTML head tags.

public virtual HTMLElementCollection GetAllHeadContent();

Return Value

All HTML content that should go between the head tags for components of this type.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace