HTMLHeading Method
Generates a header text tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Heading(
int number,
string content,
string attributes = ""
)
Public Shared Function Heading (
number As Integer,
content As String,
Optional attributes As String = ""
) As String
- number Int32
- The level of the heading (1 to 6).
- content String
- The content of the header.
- attributes String (Optional)
- Additional attributes for the header tag.
StringString with the header text as an HTML tag.