Click or drag to resize

IWpfWebBrowserViewSourceCommand Property

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
ICommand ViewSourceCommand { get; }

Property Value

Type: ICommand
The view source command.
See Also