CoreWebView2DownloadOperation.State Property
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.
The state of the download. A download can be in progress, interrupted, or completed.
public Microsoft.Web.WebView2.Core.CoreWebView2DownloadState State { get; }
member this.State : Microsoft.Web.WebView2.Core.CoreWebView2DownloadState
Public ReadOnly Property State As CoreWebView2DownloadState
Property Value
Remarks
See CoreWebView2DownloadState for descriptions of states.