DevCase.Core.DataProcessing.Html.BBCode Namespace

 

Classes

BBCodeDocument Represents an entire BBCode document. Similar to the HTML tag <body>
BBCodeHtmlRenderer Exposes HTML rendering methods for BBCode documents.
BBCodeHtmlRenderException Exception that is thrown when a BBCode document cannot be converted to Html.
BBCodeNode Represents a BBCode node.
BBCodeParseException Exception that is thrown when a BBCode document cannot be parsed.
BBCodeTextNode Represents an entire BBCode text node.
UtilBBCode Contains JSON related utilities.

Delegates

BBCodeHtmlRendererBBCodeHtmlRendererCallback A delegate that allows you to register for your own BBCode tags.

This is called when the parser encounters the respective custom tag.