NavigationEntry Class |
Namespace: CefSharp
The NavigationEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | NavigationEntry |
NavigationEntry
|
Name | Description | |
---|---|---|
![]() | CompletionTime |
Returns the time for the last known successful navigation completion.
|
![]() | DisplayUrl |
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.
|
![]() | IsCurrent |
If true if this entry is the currently loaded navigation entry
|
![]() | IsValid |
Returns true if this object is valid.
|
![]() | OriginalUrl |
Returns the original URL that was entered by the user before any redirects.
|
![]() | SslStatus |
Returns the SSL information for this navigation entry.
|
![]() | Title |
Returns the title set by the page.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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.) |