Пример #1
0
 internal HtmlElement(string tagName, IEnumerable <HtmlAttribute> attributes) : base(tagName)
 {
     if (attributes != null)
     {
         Attributes.AddMany(attributes);
     }
 }