C# library similar to HtmlUnit

后端 未结 5 735
一向
一向 2021-01-07 05:39

I need to write standalone application which will \"browse\" external resource. Is there lib in C# which automatically handles cookies and supports JavaScript (through JS is

5条回答
  •  我在风中等你
    2021-01-07 06:17

    If you're interested in writing your own version of htmlunit for C#, the IKVM project may be of help. http://www.ikvm.net/

提交回复
热议问题