HTMLHeadingEnd Method
Generates a end of paragraph tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string HeadingEnd(
int number
)
Public Shared Function HeadingEnd (
number As Integer
) As String
- number Int32
- The level of the heading.
StringString with the tag for end of paragraph.