HTMLHtmlStart Method

Generates HTML start tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string HtmlStart(
	string styles = "",
	string attributesBody = ""
)

Parameters

styles  String  (Optional)
The CSS styles to apply to the HTML.
attributesBody  String  (Optional)
Additional attributes for the body tag.

Return Value

String
String with the HTML start tag.

See Also