示例#1
0
 private static void AppendHtml(ITagBuilder tagBuilder, string innerHtml)
 {
     tagBuilder.AppendHtml(innerHtml);
 }