[]
A general purpose tag attribute.
[AttributeUsage(AttributeTargets.All)]
public class TagAttribute : Attribute, _Attribute
Initializes a new instance of TagAttribute class.
public TagAttribute(string value)
value
stringGets the value.
public string Value { get; }