Click or drag to resize

IRequestCallbackContinue Method

Version 86.0.240
Continue the url request.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void Continue(
	bool allow
)

Parameters

allow
Type: SystemBoolean
If is true the request will be continued, otherwise, the request will be canceled.
See Also