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