WebAppManifestProtocolHandlers Property |
Version 130.1.90
The handlers to open protocols.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<ProtocolHandler> ProtocolHandlers { get; set; }
public:
property IList<ProtocolHandler^>^ ProtocolHandlers {
IList<ProtocolHandler^>^ get ();
void set (IList<ProtocolHandler^>^ value);
}
Property Value
IListProtocolHandlerSee Also