HTMLFontUnderline Method
Generates a underlining tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string FontUnderline(
string content
)
Public Shared Function FontUnderline (
content As String
) As String
- content String
- The content to be formatted with underline.
StringString with the content enclosed in bold tags.