BbCodeTagWithChildren

A tag that requires a closing tag and may have children, such as pchild/p

class BbCodeTagWithChildren : BbCodeComponent {}

Inherited Members

From BbCodeComponent

toString
string toString()

outputs its own source code

toPlainText
string toPlainText()

Outputs email style text

toHtml
Element toHtml(Document document)

converts itself to an HTML element

Suggestion Box / Bug Report