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