Click or drag to resize
IGeolocationCallback.Continue Method
Version 55.0.0
Call to allow or deny geolocation access.

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

Parameters

allow
Type: System.Boolean
true to allow
See Also