Uiinfrastructure API Docs  
 

AnchorInLocalizedString Class

This class is used to insert anchors in localized strings using placeholders. Strings should have placeholders {0} and {1} around the section that should be turned into a link. This class does not handle escaped placeholders (\\{0}).

For a list of all members of this type, see AnchorInLocalizedString Members.

System.Object
   com.plumtree.uiinfrastructure.statichelpers.AnchorInLocalizedString

public class AnchorInLocalizedString

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.statichelpers

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

AnchorInLocalizedString Members | com.plumtree.uiinfrastructure.statichelpers Namespace