IRequestCallbackContinue Method  | 
Version 106.0.290 
            Continue the url request. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid 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