Uiinfrastructure API Docs  
 

ASURL.AddInnerHTMLElement Method 

NOTE: If you only pass in an image with an alt tag, and no link label, you need to call the SetLinkTitle method with the alt string. Netscape 7 does not display alt tags for images inside an anchor so you would need to use the anchor's title tag. Calling AddInnerHTMLString

public virtual void AddInnerHTMLElement(
   HTMLElement element
);

Parameters

element
the html element to be added inside the url

Implements

ILinkElement.AddInnerHTMLElement

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace