HTMLHtmlContent Method

Generates a tag for HTML content.

Definition

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

Parameters

content  String
The body content of the HTML.
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 content with specified body content, styles, and attributes.

See Also