Table of Contents

Interface INavigationEntry

Namespace
DotNetBrowser.Navigation
Assembly
DotNetBrowser.dll

The navigation history entry.

public interface INavigationEntry

Properties

HttpStatusCode

Gets the status code of the last known successful navigation.

OriginalRequestUrl

Gets the URL that caused this entry to be created.

PageType

Gets the page type that tells if this entry is for an interstitial or error page.

Timestamp

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

Title

Gets the title as set by the page. This value is empty if there is no title set.

Url

Gets the actual URL of the web page.