DotNetBrowser
1.21.5
|
Represents entry from back-forward navigation list. More...
Properties | |
int | Offset [get] |
Navigation entry offset related to current entry More... | |
int | Index [get] |
Navigation entry index in navigation list More... | |
string | Url [get] |
Url that was setted after the redirection. If redirection was not performed the value will correspond to "OriginalRequestUrl" property. More... | |
string | Title [get] |
Title of the webpage with specified Url. More... | |
long | Timestamp [get] |
Entry loaded timestamp. More... | |
PageType | PageType [get] |
Type of the webpage with specified Url. More... | |
int | HttpStatusCode [get] |
Webpage loading HTTP status code. More... | |
string | OriginalRequestUrl [get] |
Url that was setted by user before the redirection occurs (if exists). More... | |
Represents entry from back-forward navigation list.
|
get |
Webpage loading HTTP status code.
|
get |
Navigation entry index in navigation list
|
get |
Navigation entry offset related to current entry
|
get |
Url that was setted by user before the redirection occurs (if exists).
|
get |
Type of the webpage with specified Url.
|
get |
Entry loaded timestamp.
|
get |
Title of the webpage with specified Url.
|
get |
Url that was setted after the redirection. If redirection was not performed the value will correspond to "OriginalRequestUrl" property.