ChromiumWebBrowserGeolocationHandler Property |
Version 63.0.0
Namespace: CefSharp.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 63.0.0.0 (63.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