The following code example demonstrates how to use the GoBack method to implement a Back button for the WebBrowser control similar to the one in Internet Explorer. This example requires that your form contains a WebBrowser control called webBrowser1 and a Button control called backButton.