Class ReloadOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for ReloadAsync(ReloadOptions).
public record ReloadOptions : NavigationOptions, IEquatable<NavigationOptions>, IEquatable<ReloadOptions>
- Inheritance
-
ReloadOptions
- Implements
Properties
IgnoreCache
If set to true, the browser caches are ignored for the page reload.
public bool IgnoreCache { get; set; }
Property Value
- bool
Defaults to
false.