Web browser in C# windows application form without using web browser class

186 views Asked by At

I am trying to do C# web browser(navigate, favorites, display, GUI, history, sending the HTTP request, receiving http the response, bulk download) without using web browser class but I can't find anything related to that could anyone please help me with this concept code. I created the design in the C# windows application form.

1

There are 1 answers

2
GHOST On

Downloading files can be done with the WebClient class, but if you want an actual browser and the webbrowser object isn't good enough then I recommend using something like CefSharp.