CoreWebView2DownloadOperation.Resume Method

Definition

Resumes a paused download. May also resume a download that was interrupted for another reason if CanResume returns true.

public void Resume ();
member this.Resume : unit -> unit
Public Sub Resume ()

Remarks

Resuming a download changes the state from interrupted to in progress.

Applies to