IGeolocationCallbackContinue Method |
Version 55.0.0
Call to allow or deny geolocation access.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void Continue(
bool allow
)
void Continue(
bool allow
)
Parameters
- allow
- Type: SystemBoolean
true to allow
See Also