Click or drag to resize

ResourceRequestHandlerFactoryUnregisterHandler Method

Version 96.0.142
Unregister a handler for the specified Url

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

Parameters

url
Type: SystemString
Url

Return Value

Type: Boolean
returns true if successfully removed
See Also