Click or drag to resize

INavigationEntry Interface

The navigation history entry.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface INavigationEntry

The INavigationEntry type exposes the following members.

Properties
  NameDescription
Public propertyHttpStatusCode
Gets the status code of the last known successful navigation.
Public propertyOriginalRequestUrl
Gets the URL that caused this entry to be created.
Public propertyPageType
Gets the page type that tells if this entry is for an interstitial or error page.
Public propertyTimestamp
Gets the time at which the last known local navigation was completed.
Public propertyTitle
Gets the title as set by the page. This value is empty if there is no title set.
Public propertyUrl
Gets the actual URL of the web page.
Top
See Also