This is the abstract base of all HTML elements.

We implement the IEnumerable<(Of <(<'T>)>)> interface, so elements can be added with collection initializers and enumerated over.

Concrete implementations should override ToString() and implement Add() if appropriate.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public abstract class Tag : IToken, 
	IEnumerable<Tag>, IEnumerable

Inheritance Hierarchy

See Also