HTMLTableColumnHeader Method

Generates a column header tag.

Definition

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

Parameters

content  String
The content of the table column header.
attributes  String  (Optional)
Additional attributes for the table column header.

Return Value

String
String with the column header tag.

See Also