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