CefNavigationEntry Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefNavigationEntry : IDisposable
The CefNavigationEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompletionTime |
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.
|
![]() | GetDisplayUrl |
Returns a display-friendly version of the URL.
|
![]() | HasPostData |
Returns true if this navigation includes post data.
|
![]() | HttpStatusCode |
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.
|
![]() | IsValid |
Returns true if this object is valid. Do not call any other methods if this
function returns false.
|
![]() | OriginalUrl |
Returns the original URL that was entered by the user before any redirects.
|
![]() | Title |
Returns the title set by the page. This value may be empty.
|
![]() | TransitionType |
Returns the transition type which indicates what the user did to move to
this page from the previous page.
|
![]() | Url |
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.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefNavigationEntry |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |