Click or drag to resize

ResourceRequestHandlerFactoryUnregisterHandler Method

Version 130.1.90
Unregister a handler for the specified Url

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public virtual bool UnregisterHandler(
	string url
)

Parameters

url  String
Url

Return Value

Boolean
returns true if successfully removed
See Also