System.Windows.Forms.WebBrowserRefreshOption Enumeration

Specifies constants that define how the System.Windows.Forms.WebBrowser control can refresh its contents.

Syntax

public enum WebBrowserRefreshOption

Remarks

This enumeration is used with the WebBrowser.Refresh method to specify how the System.Windows.Forms.WebBrowser control requests an updated version of the current Web page from the server.

Members

Member NameDescription
Completely

A refresh that requests the latest version of the current Web page.

Continue

For internal use only; do not use.

IfExpired

A refresh that requests an update only if the current Web page has expired.

Normal

A refresh that requests a copy of the current Web page that has been cached on the server.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0