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