I am a PHP programmer and completely new to C #. I downloaded the Html Agility Pack from http://html-agility-pack.net now I need to add the assembly to the project, I think ...
How to add this package to my project?
Best wishes,
It should have a pre-assembled assembly somewhere (ends with .dll), simply by right-clicking on your project and "Add Link" and navigate to it and enable the corresponding namespaces.
Previous question - How to use the HTML flexibility package
Open the node link as part of your project in Visual Studio. You will see a list of reference assemblies. Right-click the Links folder and select Add Link. You can then select from the .NET assembly list or browse and find its location.
Source: https://habr.com/ru/post/1339211/More articles:XMPP / GTalk / Jabber library for Windows Phone 7? - windows-phone-7How to eliminate cut and paste when using JSONBuilder - grailsenum as a template - c ++Highlight current url in menu with jquery - jqueryImport Excel data into a database - c #Using Java swing print () - javaRight way to reuse an instance of PreparedStatement? - javaDjango with URL Name and HTTPS / SSL - djangoSuccessful practice of sequential training - javaWhy does Eclipse object to `static :: $ var`? - eclipseAll Articles