HTMLHeadingStart Method

Generates a beginning of paragraph tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string HeadingStart(
	int number,
	string attributes = ""
)

Parameters

number  Int32
The level of the heading.
attributes  String  (Optional)
Additional attributes for the paragraph tag.

Return Value

String
String with the tag for beginning of paragraph.

See Also