[]
Represents a common custom tag, which can be prepared to represent any tag.
public class TagCustom : TagPropsBase
public TagCustom()
Gets or sets this tag's name.
public string Name { get; set; }