HTMLHyperlinkAliquo Method

Generates a Aliquo Protocol Hyperlink Tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string HyperlinkAliquo(
	string text,
	ParametersDictionary parameters
)

Parameters

text  String
The text to display for the hyperlink.
parameters  ParametersDictionary
The parameters to be serialized and passed as part of the hyperlink.

Return Value

String
String with the representation of the Aliquo hyperlink.

See Also