IRequestCallbackContinue Method |
Version 87.1.132
Continue the url request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax void Continue(
bool allow
)
void Continue(
bool allow
)
Parameters
- allow
- Type: SystemBoolean
If is true the request will be continued, otherwise, the request will be canceled.
See Also