Click or drag to resize

CefClientGetDownloadHandler Method

Return the handler for download events. If no handler is returned downloads will not be allowed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual CefDownloadHandler GetDownloadHandler()

Return Value

Type: CefDownloadHandler
See Also