HTMLHyperlinkAliquo Method
Generates a Aliquo Protocol Hyperlink Tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string HyperlinkAliquo(
string text,
ParametersDictionary parameters
)
Public Shared Function HyperlinkAliquo (
text As String,
parameters As ParametersDictionary
) As String
- text String
- The text to display for the hyperlink.
- parameters ParametersDictionary
- The parameters to be serialized and passed as part of the hyperlink.
StringString with the representation of the Aliquo hyperlink.