WebBrowser.Refresh Method
.NET Framework 2.0
Reloads the document currently displayed in the WebBrowser control.
| Name | Description |
|---|---|
| WebBrowser.Refresh () | Reloads the document currently displayed in the WebBrowser control by checking the server for an updated version. Supported by the .NET Compact Framework. |
| WebBrowser.Refresh (WebBrowserRefreshOption) | Reloads the document currently displayed in the WebBrowser control using the specified refresh options. |