WebBrowserRefreshOption Enum
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.
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
Name | Value | Description |
---|---|---|
Normal | 0 | A refresh that requests a copy of the current Web page that has been cached on the server. |
IfExpired | 1 | A refresh that requests an update only if the current Web page has expired. |
Continue | 2 | For internal use only; do not use. |
Completely | 3 | A refresh that requests the latest version of the current Web page. |
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.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: