Example #1
0
        /// <inheritdoc />
        public void SetAttributeValue(string attributeName, string value)
        {
            value = HandleAttributesWhichHaveNoValuePart(attributeName, value);

            AsHtmlElement.setAttribute(attributeName, value, 0);
        }