Click or drag to resize

CefClientGetGeolocationHandler Method

Return the handler for geolocation permissions requests. If no handler is provided geolocation access will be denied by default.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual CefGeolocationHandler GetGeolocationHandler()

Return Value

CefGeolocationHandler
See Also