Plumtree UI Infrastructure API  
 

ASURL.SetLinkTitle Method 

Set the title of the html anchor. AddInnerHTMLString and AddInnerHTMLEncodeString will autoamitcally set the title of the anchor to the link label. Use this method to change this or pass in null to remove the title.

public virtual void SetLinkTitle(
   string label
);

Parameters

label
Text to be used in the title attribute of an html anchor. Null to remove title.

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace