Class MarkupHtmlConverter
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
Provides functionality to convert a RootNode to its HTML representation.
public sealed class MarkupHtmlConverter
- Inheritance
-
MarkupHtmlConverter
- Inherited Members
Methods
- Convert(RootNode)
Converts a RootNode to its HTML representation using the DefaultColorMap.
- Convert(RootNode, IReadOnlyDictionary<string, string>?)
Converts a RootNode and its children to an HTML string representation using a custom color map.