Loads an ITagHandler of the given type so that it may be used to evaluate content.

Namespace:  Endeca.Data.Content.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public void LoadTagHandler(
	Type handlerType
)
Visual Basic (Declaration)
Public Sub LoadTagHandler ( _
	handlerType As Type _
)
Visual C++
public:
void LoadTagHandler(
	Type^ handlerType
)

Parameters

handlerType
Type: System..::.Type
The type to load

See Also