IRequestCallback.Continue Method (original) (raw)

CefSharp API Doc

Namespaces

CefSharp

IRequestCallback Interface

IRequestCallback Methods

Cancel Method

Continue Method

Click or drag to resizeClick or drag to resize

IRequestCallbackContinue Method

Version 118.6.80

Continue the url request.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)

Syntax

C#

C++

Copy

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

Reference

IRequestCallback Interface

CefSharp Namespace