The Tag type exposes the following members.

Constructors

  NameDescription
Protected methodTag
Initializes a new instance of the Tag class

Methods

  NameDescription
Protected methodAddToken

This method will add the element to a different list depending on its type.

Public methodGetEnumerator
Gets a generic enumerator over the Elements.
Public methodRemove
Removes the first occurance of a selected element.
Public methodRender()()()()
Renders this element and all child elements.
Protected methodRender(Boolean, Boolean, Boolean)
Renders this tag with customized settings.

Properties

  NameDescription
Public propertyAttributes
Gets the HTML attributes of this element.
Public propertyElements
Gets the child HTML elements of this element.
Public propertyParents
Gets our parent nodes.

See Also