CoreWebView2DownloadOperation.State Property

Definition

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.

Applies to