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