The ITagHandler type exposes the following members.

Methods

  NameDescription
Evaluate
Evaluates the current element of the given XmlReader and returns the result.

This method may simply convert the XML into an object representation, or it may do something more complex such as making additional requests to an MDEX Engine or third-party service.

Properties

  NameDescription
TagName
The name of the tag that this handler converts
TagNamespace
The namespace of the tag that this handler converts

See Also