DefaultResourceHandlerFactoryRegisterHandler Method |
Version 55.0.0
Register handler with the specified Url
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public virtual bool RegisterHandler(
string url,
IResourceHandler handler
)
public:
virtual bool RegisterHandler(
String^ url,
IResourceHandler^ handler
)
Parameters
- url
- Type: SystemString
url - handler
- Type: CefSharpIResourceHandler
handler
Return Value
Type:
Booleanreturns true if the Url was successfully parsed into a Uri otherwise false
See Also