StringsSetLinks Method

Establishes links from a dictionary in a text (for example: You have pending delivery notes for [LINK1|facturar]).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string SetLinks(
	string text,
	ListDictionary links
)

Parameters

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.

Return Value

String
String with the text with the links assigned.

See Also