Extract main content from HTML
I am looking for solution to extract main article content from html (not paid API). Generally I work in .net. There are many libraries in python, but not in .net. Of course I can download all html and try do extract all text. Is there any libraries, good algorithm that can be used?