HTMLHeadingEnd Method

Generates a end of paragraph tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string HeadingEnd(
	int number
)

Parameters

number  Int32
The level of the heading.

Return Value

String
String with the tag for end of paragraph.

See Also