CoreWebView2DownloadStartingEventArgs.ResultFilePath Property

Definition

The path to the file.

public string ResultFilePath { get; set; }
member this.ResultFilePath : string with get, set
Public Property ResultFilePath As String

Property Value

Remarks

If setting the path, the host should ensure that it is an absolute path, including the file name, and that the path does not point to an existing file. If the path points to an existing file, the file will be overwritten. If the directory does not exist, it is created.

Applies to