IWpfWebBrowserReloadCommand Property |
Version 130.1.90
Reloads the content of the current page. Will automatically be enabled/disabled depending on the browser state.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ICommand ReloadCommand { get; }
property ICommand^ ReloadCommand {
ICommand^ get ();
}
Property Value
ICommandThe reload command.
See Also