HTMLHtmlStart Method
Generates HTML start tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string HtmlStart(
string styles = "",
string attributesBody = ""
)
Public Shared Function HtmlStart (
Optional styles As String = "",
Optional attributesBody As String = ""
) As String
- styles String (Optional)
- The CSS styles to apply to the HTML.
- attributesBody String (Optional)
- Additional attributes for the body tag.
StringString with the HTML start tag.