Click or drag to resize

CefNavigationEntry Class

Class used to represent an entry in navigation history.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefNavigationEntry

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public sealed class CefNavigationEntry : IDisposable

The CefNavigationEntry type exposes the following members.

Properties
 NameDescription
Public propertyCompletionTime Returns the time for the last known successful navigation completion. A navigation may be completed more than once if the page is reloaded. May be 0 if the navigation has not yet completed.
Public propertyGetDisplayUrl 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. May be 0 if the response has not yet been received or if the navigation has not yet completed.
Public propertyIsValid Returns true if this object is valid. Do not call any other methods if this function returns false.
Public propertyOriginalUrl Returns the original URL that was entered by the user before any redirects.
Public propertyTitle Returns the title set by the page. This value may be empty.
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. For some pages this may be data: URL or similar. Use GetDisplayURL() to return a display-friendly version.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CefNavigationEntry
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
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
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also