How to install “Html Agility Pack” in my C# project?

人走茶凉 提交于 2020-01-02 06:20:29

问题


I'm a PHP Programmer, and totally new to C#. I have downloaded the Html Agility Pack from http://html-agility-pack.net now I need to add the assembly to the project, I think...

How can I add this package to my project?

Best Regards,


回答1:


It should have a prebuilt assembly somewhere (ends in .dll) just right click on your project and "Add Reference" and browse to that and include the relevant namespaces.

Previous question - How to use HTML Agility pack




回答2:


Open the References node in under your project in Visual Studio. You'll see a list of referenced assemblies. Right-click the References folder and select Add Reference. You can then select from the list of .NET assemblies, or Browse and find its location.



来源:https://stackoverflow.com/questions/4958483/how-to-install-html-agility-pack-in-my-c-sharp-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!