CefNavigationEntry MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefNavigationEntry type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefNavigationEntry
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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 propertyFrameName
Returns the name of the sub-frame that navigated or an empty value if the main frame navigated.
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.
Back to Top
See Also