Click or drag to resize

PageClientReloadAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Page.PageClient.ReloadAsync(System.Nullable{System.Boolean},System.String)"]

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> ReloadAsync(
	Nullable<bool> ignoreCache = null,
	string scriptToEvaluateOnLoad = null
)

Parameters

ignoreCache (Optional)
Type: SystemNullableBoolean

[Missing <param name="ignoreCache"/> documentation for "M:CefSharp.DevTools.Page.PageClient.ReloadAsync(System.Nullable{System.Boolean},System.String)"]

scriptToEvaluateOnLoad (Optional)
Type: SystemString

[Missing <param name="scriptToEvaluateOnLoad"/> documentation for "M:CefSharp.DevTools.Page.PageClient.ReloadAsync(System.Nullable{System.Boolean},System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Page.PageClient.ReloadAsync(System.Nullable{System.Boolean},System.String)"]

See Also