Eighty

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

Inheritance
Implements
Declaration
public sealed class TagBuilder : ValueType

Methods

Dispose()

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

Declaration
public void Dispose()

Implements

System.IDisposable