DocumentNavigate Method |
Name | Description | |
---|---|---|
![]() | Navigate(String) |
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.
|
![]() | Navigate(RequestMessage) |
Loads the document based on specified request object, replacing the previous content.
|
![]() | Navigate(Url) |
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.
|
![]() | Navigate(Stream, String) |
Loads the document from specified content and using baseUri to resolve relative resources, replacing the previous content.
|
![]() | Navigate(String, String) |
Loads the document from specified content and using baseUri to resolve relative resources, replacing the previous content.
|