Headless.Activation.SupportedTagAttribute.SupportedTagAttribute C# (CSharp) Method

SupportedTagAttribute() public method

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName ) : System
tagName string /// Name of the tag. ///
return System
        public SupportedTagAttribute(string tagName)
        {
            _tagName = tagName;
        }

Same methods

SupportedTagAttribute::SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System