HTMLDivision Method
Generates a division or section tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Division(
string content,
string attributes = ""
)
Public Shared Function Division (
content As String,
Optional attributes As String = ""
) As String
- content String
- The content of the division or section.
- attributes String (Optional)
- Additional attributes for the division or section tag.
StringString with the representation of the division or section tag.