Share via


CoreWebView2SaveAsUIShowingEventArgs.SaveAsFilePath Property

Definition

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.

Applies to