BBCodeHtmlRendererDefaultLookupTable Property

Gets the default lookup table.

Contains renderers for [b], [i], [u], [code], [del], [ins], [hr], [body], [img] and [a] tags.

Definition

Namespace: DevCase.Core.DataProcessing.Html.BBCode
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Dictionary<string, BBCodeHtmlRendererBBCodeHtmlRendererCallback> DefaultLookupTable { get; }

Property Value

DictionaryString, BBCodeHtmlRendererBBCodeHtmlRendererCallback
The default lookup table.

See Also