HTMLHeading Method

Generates a header text tag.

Definition

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

Parameters

number  Int32
The level of the heading (1 to 6).
content  String
The content of the header.
attributes  String  (Optional)
Additional attributes for the header tag.

Return Value

String
String with the header text as an HTML tag.

See Also