Table of Contents

Class ReloadOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
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.