Click or drag to resize

ChromiumWebBrowserViewSourceCommand Property

Version 75.1.140
Opens up a new program window (using the default text editor) where the source code of the currently displayed web page is shown.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public ICommand ViewSourceCommand { get; }

Property Value

Type: ICommand
The view source command.

Implements

IWpfWebBrowserViewSourceCommand
See Also