HTMLDivisionStart Method
Generates a division or section start tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string DivisionStart(
string attributes = ""
)
Public Shared Function DivisionStart (
Optional attributes As String = ""
) As String
- attributes String (Optional)
- Additional attributes for the division or section tag.
StringString with the start tag for the division or section.