INavigationEntryTimestamp Property |
Gets the time at which the last known local navigation was completed.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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