Uiinfrastructure API Docs  
 

AFormDP.DisplayHTMLinHEAD Method 

This is a method that classes extending this one can over write. The HTML returned by that method will get printed out in the head. Warning: Only TITLE LINK and META can be added to the head with that method (use DisplayJavaScriptFromChild for SCRIPT) Override this method to display HTML in the head.

public virtual HTMLElementCollection DisplayHTMLinHEAD();

Return Value

HTMLElement

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace