Any way to tell WebBrowser in C # to only show pages in HTML? I'm trying to create a web scraper, and I don't need pictures that make the process slower than necessary.
you will have to minimize basically.
One way would be to create your application in WPF and use the HTML-> XAML conversion process and just leave the tag from the conversion.
Why are you using the WebBrowser control to clear the page? If you just need a basic html page, just do a WebRequest and get a response.
Source: https://habr.com/ru/post/1756273/More articles:C ++ Elegant solution to a partition problem - c ++Необходимо добавитьв конце каждой строки на странице - jqueryAn expression to change the text color of a specific value in a value string in SSRS based on another field - fontsUltra-fast rendering of raster images using WPF, the best solution? - wpfHow to link the library to compile / install the Perl module manually? - moduleThe most efficient way to calculate the exponent of each matrix element is performanceSWT Browser - disabled Vertical scroll, how to hide it? - javaJAXB Java and XSD mapping - javaAutotest ZenTest does not run tests - autotestDoes Android support Unicode? - androidAll Articles