Skip to content Skip to sidebar Skip to footer

Html Agility Pack Implementation

I am currently working on a C# program in Assembly where I am trying to implement Google Translate in my program. I am aware that I have to use HTMLAgilityPack in my program for it

Solution 1:

In Visual Studio. There is in Solution Explorer folder named Reference -> right click -> add reference choose from hdd *.dll.

VS adding reference

After it you'll be able using methods from this Library.


Post a Comment for "Html Agility Pack Implementation"