Uiinfrastructure API Docs  
 

AnchorInLocalizedString.AddAnchorInStringToElement Method 

This method takes the string with the anchor element inserted between the {0} and {1} placeholders and adds it to the given element.

public static void AddAnchorInStringToElement(
   string strBaseText,
   string strURL,
   HTMLElement element
);

Parameters

strBaseText
strURL
element

See Also

AnchorInLocalizedString Class | com.plumtree.uiinfrastructure.statichelpers Namespace