I've create an animation editor, but I don't know how to upload it to share with you all. If anybody have the space to share this software, give the e-mail address and I will send it to you, the source code included too. Main function: 1. Support pn
HtmlPageBuilder
描述
HtmlPageBuilder是一个简单的库,可让您构建包含头部和身体组件HTML字符串。
有关使用此库的示例应用程序,请参阅解决方案中包含的Test项目。
v1.0.0的新功能
初始发行
简单的例子
HtmlPage p = new HtmlPage ();
p . Head . Title = " My Page " ;
p . Head . MetaKeywords = " my,page " ;
p . Head . Style = " h1 {