예제 #1
0
 public void BugCheck()
 {
     new HtmlTable()
     .WithRow(HtmlTable.TD("This is a summary row", ("colspan", 13)));
 }