CoreWebView2DownloadStartingEventArgs.ResultFilePath 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 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.