.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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -