Click or drag to resize

FileChooserOpenedEventArgsBackendNodeId Property

Version 118.6.80
Input node id. Only present for file choosers opened via an `<input type="file" >` element.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public int? BackendNodeId { get; }

Property Value

Type: NullableInt32
See Also