Click or drag to resize
IWebBrowserGeolocationHandler Property
Version 51.0.0
Implement IGeolocationHandler and assign to handle requests for permission to use geolocation.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
IGeolocationHandler GeolocationHandler { get; set; }

Property Value

Type: IGeolocationHandler
The geolocation handler.
See Also