DefaultResourceHandlerFactoryUnregisterHandler Method |
Version 55.0.0
Unregister a handler for the specified Url
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public 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