FileHandlerAccepts Property |
Version 130.1.90
Accepts
Namespace: CefSharp.DevTools.PWAAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<FileHandlerAccept> Accepts { get; set; }
public:
property IList<FileHandlerAccept^>^ Accepts {
IList<FileHandlerAccept^>^ get ();
void set (IList<FileHandlerAccept^>^ value);
}
Property Value
IListFileHandlerAcceptSee Also