FileHandlerAccepts Property |
Version 130.1.90
Mimic a map, name is the key, accepts is the value.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<FileFilter> Accepts { get; set; }
public:
property IList<FileFilter^>^ Accepts {
IList<FileFilter^>^ get ();
void set (IList<FileFilter^>^ value);
}
Property Value
IListFileFilterSee Also