HTMLHyperlink Method
Generates a Hyperlink tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Hyperlink(
string text,
string link
)
Public Shared Function Hyperlink (
text As String,
link As String
) As String
- text String
- The text to display for the hyperlink.
- link String
- The URL of the hyperlink.
StringString with the representation of the hyperlink.