I have a method that has a string param (html).
I use it to construct HtmlDocument and query it. My question is do I need to dispose of HtmlDocument somehow? If yes, how? it does not implement IDisposable.....
Thanks
I have a method that has a string param (html).
I use it to construct HtmlDocument and query it. My question is do I need to dispose of HtmlDocument somehow? If yes, how? it does not implement IDisposable.....
Thanks