读书人

怎么将 string 转换成HtmlDocument

发布时间: 2011-12-10 22:22:01 作者: rapoo

如何将 string 转换成HtmlDocument
如题。我又个html的string怎么转换成HtmlDocument

[解决办法]
1, OpenNew 方法 Gets a new HtmlDocument to use with the Write method.
2, Write 方法 Writes a new HTML page.

[解决办法]
HtmlDocument doc = new HtmlDocument();
doc.Write("<html><title>test</title><body>this is a hteml</body></html>");
[解决办法]
[color=#FF99CC][/color]up
[解决办法]

读书人网 >C#

热点推荐