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

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

Property Value

Type: IGeolocationHandler
The geolocation handler.

Implements

IWebBrowserGeolocationHandler
See Also