HTMLDivision Method

Generates a division or section tag.

Definition

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

Parameters

content  String
The content of the division or section.
attributes  String  (Optional)
Additional attributes for the division or section tag.

Return Value

String
String with the representation of the division or section tag.

See Also