ResourceRequestHandlerFactoryUnregisterHandler Method |
Version 130.1.90
Unregister a handler for the specified Url
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxpublic virtual bool UnregisterHandler(
string url
)
public:
virtual bool UnregisterHandler(
String^ url
)
Parameters
- url String
- Url
Return Value
Booleanreturns true if successfully removed
See Also