Uiinfrastructure API Docs  
 

AnchorInLocalizedString.GetAnchorInString Method 

This method returns an HTMLElementCollection containing the string with the anchor element inserted between the {0} and {1} placeholders.

public static HTMLElementCollection GetAnchorInString(
   string strBaseText,
   string strURL
);

Parameters

strBaseText
strURL

Return Value

HTMLElementCollection the String with the anchor generated from the text inbetween {0} and {1}

See Also

AnchorInLocalizedString Class | com.plumtree.uiinfrastructure.statichelpers Namespace