ResourceRequestHandlerFactoryUnregisterHandler Method |
Version 105.3.390
Unregister a handler for the specified Url
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.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