.net - Dotnet :- How to go back a web page using windows form app? -


I am developing a window form through which I am controlling a web site. I want to go to the previous page after navigating to multiple pages.

Do you have a WebBrowser control?

If this is the case, then the WebBozer control has a GoBack () method that may suit your needs



Comments