ChromiumWebBrowserGeolocationHandler Property |
Version 51.0.0
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public IGeolocationHandler GeolocationHandler { get; set; }
public:
virtual property IGeolocationHandler^ GeolocationHandler {
IGeolocationHandler^ get () sealed;
void set (IGeolocationHandler^ value) sealed;
}
Property Value
Type:
IGeolocationHandlerThe geolocation handler.
Implements
IWebBrowserGeolocationHandlerSee Also