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