AcceptStart

SmartTag.AcceptStart method

Accepts a visitor for visiting the start of the SmartTag.

public override VisitorAction AcceptStart(DocumentVisitor visitor)
ParameterTypeDescription
visitorDocumentVisitorThe document visitor.

Return Value

The action to be taken by the visitor.

See Also