CoreWebView2File Class

Representation of a DOM(File)[https://developer.mozilla.org/en-US/docs/Web/API/File] object passed via WebMessage. You can use this object to obtain the path of a File dropped on WebView2.

Summary

Members Description
Path The absolute file path.

Properties

Path

readonly string Path

The absolute file path.