HTMLHtmlContent Method
Generates a tag for HTML content.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string HtmlContent(
string content,
string styles = "",
string attributesBody = ""
)
Public Shared Function HtmlContent (
content As String,
Optional styles As String = "",
Optional attributesBody As String = ""
) As String
- 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.
StringString with the HTML content with specified body content, styles, and attributes.