WebBrowserRefreshOption Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies constants that define how the WebBrowser control can refresh its contents.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Completely | This API supports the product infrastructure and is not intended to be used directly from your code. A refresh that requests the latest version of the current Web page. | |
| Continue | This API supports the product infrastructure and is not intended to be used directly from your code. For internal use only; do not use. | |
| IfExpired | This API supports the product infrastructure and is not intended to be used directly from your code. A refresh that requests an update only if the current Web page has expired. | |
| Normal | This API supports the product infrastructure and is not intended to be used directly from your code. A refresh that requests a copy of the current Web page that has been cached on the server. |
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.
Available since 2.0