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