Show / Hide Table of Contents

Struct 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.

Implements
IDisposable
Namespace: Eighty.Twenty
Assembly: Eighty.dll
Syntax
public struct TagBuilder : IDisposable

Methods

| Improve this Doc View Source

Dispose()

Write the closing tag. This method MUST be called exactly once, immediately after the children have been written.

Declaration
public void Dispose()

Implements

IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX