Click or drag to resize
DefaultResourceHandlerFactoryRegisterHandler Method
Version 51.0.0
Register handler with the specified Url

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public virtual bool RegisterHandler(
	string url,
	IResourceHandler handler
)

Parameters

url
Type: SystemString
url
handler
Type: CefSharpIResourceHandler
handler

Return Value

Type: Boolean
returns true if the Url was successfully parsed into a Uri otherwise false
See Also