FrameResourceLastModified Property |
Version 93.1.111
last-modified timestamp as reported by server.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public double? LastModified { get; set; }
public:
property Nullable<double> LastModified {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also