INavigationEntry Interface | 
Namespace: DotNetBrowser.Navigation
public interface INavigationEntry
The INavigationEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
              |