Click or drag to resize
NavigationEntry Structure
Version 51.0.0
Represents an entry in navigation history.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public struct NavigationEntry

The NavigationEntry type exposes the following members.

Constructors
  NameDescription
Public methodNavigationEntry
NavigationEntry
Top
Properties
  NameDescription
Public propertyCompletionTime
Returns the time for the last known successful navigation completion.
Public propertyDisplayUrl
Returns a display-friendly version of the URL.
Public propertyHasPostData
Returns true if this navigation includes post data.
Public propertyHttpStatusCode
Returns the HTTP status code for the last known successful navigation response.
Public propertyIsCurrent
If true if this entry is the currently loaded navigation entry
Public propertyIsValid
Returns true if this object is valid.
Public propertyOriginalUrl
Returns the original URL that was entered by the user before any redirects.
Public propertyTitle
Returns the title set by the page.
Public propertyTransitionType
Returns the transition type which indicates what the user did to move to this page from the previous page.
Public propertyUrl
Returns the actual URL of the page.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also