Table of Contents

Method GetNativeBackend

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetNativeBackend()

Returns pointer to the native backend interface.

public IntPtr GetNativeBackend()

Returns

nint

A nint value representing the native backend class or interface.

Remarks

For the IE backens it is a IWebBrowser2 interface. For the Edge backend it is a ICoreWebView2 interface. Under macOS it is a WebView pointer and under GTK it is a WebKitWebView.