Plumtree Portal UI  
 

TagHelper.SetTagVisitor Method 

This method sets the tag visitor so we can process the tag. This needs to be called before we can validate or process the tag. The tag visitor needs to be released after the tag has been validated and processed.

public virtual void SetTagVisitor(
   TagVisitor _tagVisitor
);

Parameters

_tagVisitor
The tag visitor.

See Also

TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace