HTMLFontUnderline Method

Generates a underlining tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string FontUnderline(
	string content
)

Parameters

content  String
The content to be formatted with underline.

Return Value

String
String with the content enclosed in bold tags.

See Also