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