StringsSetLinks Method
Establishes links from a dictionary in a text (for example: You have pending delivery notes for [LINK1|facturar]).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string SetLinks(
string text,
ListDictionary links
)
Public Shared Function SetLinks (
text As String,
links As ListDictionary
) As String
- text String
- Text string containing the link keys to convert.
- links ListDictionary
- List of links with the key and value to be established, being able to establish texts for standard links or ParametersDictionary for Aliquo links.
StringString with the text with the links assigned.