SmartTag.SetLink

Change the name and the namespace URI of the smart tag.

public void SetLink(string uri, string name)
ParameterTypeDescription
uriStringThe namespace URI of the smart tag.
nameStringThe name of the smart tag.

See Also