WebBrowserExtended.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Refresh() |
Reloads the document currently displayed in the WebBrowser control by checking the server for an updated version. |
Refresh(WebBrowserRefreshOption) |
Reloads the document currently displayed in the WebBrowser control using the specified refresh options. |
Refresh()
Reloads the document currently displayed in the WebBrowser control by checking the server for an updated version.
public:
override void Refresh();
public override void Refresh ();
override this.Refresh : unit -> unit
Public Overrides Sub Refresh ()
Exceptions
This control is no longer valid.
Applies to
Refresh(WebBrowserRefreshOption)
Reloads the document currently displayed in the WebBrowser control using the specified refresh options.
public:
void Refresh(System::Windows::Forms::WebBrowserRefreshOption opt);
public void Refresh (System.Windows.Forms.WebBrowserRefreshOption opt);
override this.Refresh : System.Windows.Forms.WebBrowserRefreshOption -> unit
Public Sub Refresh (opt As WebBrowserRefreshOption)
Parameters
One of the WebBrowserRefreshOption values.
Exceptions
This control is no longer valid.