Table of Contents

Namespace TheArtOfDev.HtmlRenderer.Core

Classes

CssData

Holds parsed stylesheet css blocks arranged by media and classes.
CssBlock

HtmlContainerInt

Low level handling of Html Renderer logic.
Allows html layout and rendering without association to actual control, those allowing to handle html rendering on any graphics object.
Using this class will require the client to handle all propagation's of mouse/keyboard events, layout/paint calls, scrolling offset, location/size/rectangle handling and UI refresh requests.

HtmlRendererUtils

General utilities.