A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/M_CefSharp_DevTools_Page_PageClient_ReloadAsync.htm below:

PageClientReloadAsync Method Version 118.6.80

Reloads given page optionally ignoring the cache.

Namespace:  CefSharp.DevTools.Page
Assembly:

CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0

Syntax
public Task<DevToolsMethodResponse> ReloadAsync(
	bool? ignoreCache = null,
	string scriptToEvaluateOnLoad = null
)
public:
Task<DevToolsMethodResponse^>^ ReloadAsync(
	Nullable<bool> ignoreCache = nullptr, 
	String^ scriptToEvaluateOnLoad = nullptr
)
Parameters
ignoreCache (Optional)
Type: SystemNullableBoolean
If true, browser cache is ignored (as if the user pressed Shift+refresh).
scriptToEvaluateOnLoad (Optional)
Type: SystemString
If set, the script will be injected into all frames of the inspected page after reload.Argument will be ignored if reloading dataURL origin.
Return Value

Type:

TaskDevToolsMethodResponse

returns System.Threading.Tasks.Task<DevToolsMethodResponse>

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4