Click or drag to resize

INavigationEntryTimestamp Property

Gets the time at which the last known local navigation was completed.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
Nullable<DateTime> Timestamp { get; }

Property Value

Type: NullableDateTime
The time at which the last known local navigation was completed. A navigation can be completed more than once if the page is reloaded.
See Also