Метод | Описание | |
---|---|---|
Initialize ( IBrowser browser, |
||
IsOn ( |
Determines whether the the page is on the specified location.
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Initialize ( IBrowser browser, HttpStatusCode statusCode, string statusDescription, |
Initializes the page with the specified values.
|
|
SetContent ( |
Sets the content of the page from the specified content.
|
public Initialize ( IBrowser browser, |
||
browser | IBrowser | |
response | ||
result | ||
Результат | void |
protected Initialize ( IBrowser browser, HttpStatusCode statusCode, string statusDescription, |
||
browser | IBrowser | /// The browser. /// |
statusCode | HttpStatusCode | /// The status code. /// |
statusDescription | string | /// The status description. /// |
result | /// The result. /// | |
Результат | void |
public IsOn ( |
||
location | /// The current location. /// | |
Результат | bool |
protected abstract SetContent ( |
||
content | /// The HTTP response content. /// | |
Результат | void |