ChromiumWebBrowserViewSourceCommand Property |
Version 113.3.50
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: 113.3.50.0 (113.3.50.0)
Syntax public ICommand ViewSourceCommand { get; }
public:
virtual property ICommand^ ViewSourceCommand {
ICommand^ get () sealed;
}
Property Value
Type:
ICommandThe view source command.
Implements
IWpfWebBrowserViewSourceCommandSee Also