CoreWebView2File Class

Definition

Representation of a DOM File object passed via WebMessage.

public class CoreWebView2File
type CoreWebView2File = class
Public Class CoreWebView2File
Inheritance
CoreWebView2File

Remarks

You can use this object to obtain the path of a File dropped on WebView2.

Properties

Path

The absolute file path.

Applies to