IRequestCallbackContinue Method |
Version 130.1.90
Continue the url request.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
bool allow
)
void Continue(
bool allow
)
Parameters
- allow Boolean
- If is true the request will be continued, otherwise, the request will be canceled.
See Also