ChromiumWebBrowserViewSourceCommand Property |
Version 130.1.90
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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public ICommand ViewSourceCommand { get; }
public:
virtual property ICommand^ ViewSourceCommand {
ICommand^ get () sealed;
}
Property Value
ICommandThe view source command.
Implements
IWpfWebBrowserViewSourceCommandSee Also