WebViewCompatible Class

Definition

Caution

The WebViewCompatible control will be replaced by WebView2 in the future. Read more at https://aka.ms/webview2

[System.Obsolete("The WebViewCompatible control will be replaced by WebView2 in the future. Read more at https://aka.ms/webview2")]
public class WebViewCompatible : System.Windows.Controls.UserControl, IDisposable, Microsoft.Toolkit.UI.Controls.IWebViewCompatible
[<System.Obsolete("The WebViewCompatible control will be replaced by WebView2 in the future. Read more at https://aka.ms/webview2")>]
type WebViewCompatible = class
    inherit UserControl
    interface IWebViewCompatible
    interface IDisposable
Public Class WebViewCompatible
Inherits UserControl
Implements IDisposable, IWebViewCompatible
Inheritance
WebViewCompatible
Attributes
Implements

Constructors

WebViewCompatible()

Properties

CanGoBack
CanGoForward
IsLegacy
Source
SourceProperty
View

Methods

Dispose()
Dispose(Boolean)
Finalize()
GoBack()
GoForward()
InvokeScript(String)
Navigate(String)
Navigate(Uri)
NavigateToString(String)
Refresh()
Stop()

Events

ContentLoading
NavigationCompleted
NavigationStarting

Applies to