Show / Hide Table of Contents

Namespace Eighty.Twenty

Classes

HtmlBuilder

Tools for rendering HTML imperatively.

Structs

TagBuilder

Represents a "half-open" tag waiting for its children. Note that the TagBuilder MUST be disposed exactly once, immediately after the children have been written.

Interfaces

IHtmlBuilderRenderer<TModel>

Represents a process which can render a TModel using an HtmlBuilder

In This Article
Back to top Generated by DocFX