WebBrowserRefreshOption Enum

Definition

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public enum class WebBrowserRefreshOption
public enum WebBrowserRefreshOption
type WebBrowserRefreshOption = 
Public Enum WebBrowserRefreshOption
Inheritance
WebBrowserRefreshOption

Fields

Completely 3

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

Continue 2

For internal use only; do not use.

IfExpired 1

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

Normal 0

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

Remarks

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

Applies to

See also