SmartTagCollection.Add

SmartTagCollection.Add method

Adds a smart tag.

public int Add(string uri, string name)
ParameterTypeDescription
uriStringSpecifies the namespace URI of the smart tag
nameStringSpecifies the name of the smart tag.

Return Value

The index of smart tag in the list.

See Also