IWpfWebBrowserViewSourceCommand Property  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
SyntaxICommand ViewSourceCommand { get; }property ICommand^ ViewSourceCommand {
	ICommand^ get ();
}Property Value
Type: 
ICommandThe view source command.
See Also