CoreWebView2SaveAsUIShowingEventArgs.SaveAsFilePath 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.
public string SaveAsFilePath { get; set; }
member this.SaveAsFilePath : string with get, set
Public Property SaveAsFilePath As String
Property Value
Remarks
It includes the file name and extension. If it is not valid (for example, the root drive does not exist), Save As is denied, and InvalidPath is returned. If the associated download completes successfully, a target file is saved at this location. If the Kind
property is Complete, there will be an additional directory with resources files.