Click or drag to resize
IGeolocationCallbackContinue Method
Version 63.0.0
Call to allow or deny geolocation access.

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

Parameters

allow
Type: SystemBoolean
true to allow
See Also