Click or drag to resize

NavigationEntry Class

Version 94.4.20
Represents an entry in navigation history.
Inheritance Hierarchy
SystemObject
  CefSharpNavigationEntry

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public sealed class 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 propertySslStatus
Returns the SSL information for this navigation entry.
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also