TagPrefix Property

       

Sets or returns the string used to prefix replacement tagnames in an HTML template. The first character must be alphabetic.

Syntax

object.TagPrefix[=string]

Part Description
object An object expression that evaluates to an object in the Applies To list.
string Identifies the TagPrefix sequence used to recognize replacement tags within an HTML template.

Remarks

TagPrefix can be set at design time or at run time. The WebClass run time will look for any tag in a template file that begins with the specified prefix. When it finds it, it will fire the ProcessTag event on the WebClass object.