Remove

TagCollection.Remove method

Removes the tag with a specified name from the collection.

public void Remove(string name)
ParameterTypeDescription
nameStringThe name of tag to remove.

See Also