Artemis.Annotations.HtmlAttributeValueAttribute.HtmlAttributeValueAttribute C# (CSharp) Method

HtmlAttributeValueAttribute() public method

public HtmlAttributeValueAttribute ( [ name ) : System
name [
return System
        public HtmlAttributeValueAttribute([NotNull] string name)
        {
            Name = name;
        }
HtmlAttributeValueAttribute