ArcGIS Pro 2.8 API Reference Guide
ChromiumWebBrowser Class
Members 

ArcGIS.Desktop.Framework.Controls Namespace : ChromiumWebBrowser Class
ArcGIS ChromiumWebBrowser control is a thin wrapper around the CefSharp WPF web browser control. By default the CefSharp CleanupElement is set to the framework window. The CleanupElement controls when the BrowserResources will be cleaned up. The ChromiumWebBrowser will register with the framework window and dispose all resources when the Unloaded handler is called.
Syntax
public class ChromiumWebBrowser : ArcGIS.Desktop.Internal.Framework.Controls.ChromiumWebBrowser, CefSharp.IWebBrowser, CefSharp.Wpf.IWpfWebBrowser, System.ComponentModel.ISupportInitialize, System.IDisposable, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable  
Public Class ChromiumWebBrowser 
   Inherits ArcGIS.Desktop.Internal.Framework.Controls.ChromiumWebBrowser
   Implements CefSharp.IWebBrowser, CefSharp.Wpf.IWpfWebBrowser, System.ComponentModel.ISupportInitialize, System.IDisposable, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     CefSharp.Wpf.ChromiumWebBrowser
                           ArcGIS.Desktop.Framework.Controls.ChromiumWebBrowser

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ChromiumWebBrowser Members
ArcGIS.Desktop.Framework.Controls Namespace