Click or drag to resize

NavigationEntry Class

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also