HTMLHyperlink Method

Generates a Hyperlink tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Hyperlink(
	string text,
	string link
)

Parameters

text  String
The text to display for the hyperlink.
link  String
The URL of the hyperlink.

Return Value

String
String with the representation of the hyperlink.

See Also