FileChooserOpenedEventArgsBackendNodeId Property |
Version 106.0.290
Input node id. Only present for file choosers opened via an <input type="file" > element.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public int? BackendNodeId { get; }
public:
property Nullable<int> BackendNodeId {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32See Also