NativeWebView Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. NativeWebView.Core
    4. INativeWebDialogBackend

    INativeWebDialogBackend Interface

    Definition

    Namespace NativeWebView.Core
    Assembly NativeWebView.Core.dll
    Derived NativeWebView.Core.NativeWebDialogBackendStubBase, NativeWebView.Core.UnregisteredNativeWebDialogBackend
    Implements IDisposable
    View source
    Show inherited members (1)
    • System.IDisposable.Dispose()
    public interface INativeWebDialogBackend : IDisposable
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (13)

    CanGoBack
    CanGoForward
    CurrentUrl
    Features
    HeaderString
    IsContextMenuEnabled
    IsDevToolsEnabled
    IsStatusBarEnabled
    IsVisible
    IsZoomControlEnabled
    Platform
    UserAgentString
    ZoomFactor

    Methods (19)

    Close()
    ExecuteScriptAsync(String, CancellationToken)
    GoBack()
    GoForward()
    Move(Double, Double)
    Navigate(String)
    Navigate(Uri)
    OpenDevToolsWindow()
    PostWebMessageAsJsonAsync(String, CancellationToken)
    PostWebMessageAsStringAsync(String, CancellationToken)
    PrintAsync(NativeWebViewPrintSettings?, CancellationToken)
    Reload()
    Resize(Double, Double)
    SetHeader(String?)
    SetUserAgent(String?)
    SetZoomFactor(Double)
    Show(NativeWebDialogShowOptions?)
    ShowPrintUiAsync(CancellationToken)
    Stop()

    Events (8)

    Closed
    ContextMenuRequested
    NavigationCompleted
    NavigationStarted
    NewWindowRequested
    Shown
    WebMessageReceived
    WebResourceRequested

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages