Click or drag to resize

Response.FromPrefetchCache Property

Version 130.1.90
Specifies that the request was served from the prefetch cache.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public bool? FromPrefetchCache { get; set; }

Property Value

Nullable<Boolean>
See Also