Click or drag to resize
IGeolocationHandler Interface
Version 51.0.0
Implement this interface to handle events related to geolocation permission requests. The methods of this class will be called on the CEF UI thread.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public interface IGeolocationHandler

The IGeolocationHandler type exposes the following members.

Methods
  NameDescription
Public methodOnCancelGeolocationPermission
Called when a geolocation access request is canceled.
Public methodOnRequestGeolocationPermission
Called when a page requests permission to access geolocation information.
Top
See Also