Uiinfrastructure API Docs  
 

AnchorInLocalizedString.GetAnchor Method 

This method returns the HTMLAnchor generated from the section of the string between the {0} and {1} placeholders.

public static HTMLAnchor GetAnchor(
   string strBaseText,
   string strURL
);

Parameters

strBaseText
strURL

Return Value

HTMLAnchor the anchor generated from the text inbetween {0} and {1}

See Also

AnchorInLocalizedString Class | com.plumtree.uiinfrastructure.statichelpers Namespace