Example #1
0
 public XhtmlTags.Head CreateXhtmlHead(params XhtmlAttribute[] attributes)
 {
     XhtmlTags.Head xhtmlhead = new XhtmlTags.Head();
     xhtmlhead.InitializeComponent(this, "head", attributes);
     return(xhtmlhead);
 }