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