Beispiel #1
0
 public XhtmlTags.Body CreateXhtmlBody(params XhtmlAttribute[] attributes)
 {
     XhtmlTags.Body xhtmlbody = new XhtmlTags.Body();
     xhtmlbody.InitializeComponent(this, "body", attributes);
     return(xhtmlbody);
 }