【发布时间】:2010-10-22 05:17:54
【问题描述】:
ASP.NET 4 & C# 和
我想知道哪些代码、类可用于创建一个 WEB 应用程序,它可以:
01 - Connect to an HTML file on the web.
02 - Parse its content (text content).
03 - Find out specific content in a page (for example looking for specific keywords).
还有如何实现:
04 - How to submit information programmatically in HTML page (feeling forms).
我有兴趣了解完成此任务的类和一般实践和代码。
如果您有任何想法,请告诉我。再次感谢小伙伴们的支持! :-)
【问题讨论】:
标签: c# asp.net web-applications parser-generator