DocumentNavigate Method (String, Url) |
Loads the document from specified content and using baseUri to resolve relative resources, replacing the previous content.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic void Navigate(
string content,
Url baseUri
)
Public Sub Navigate (
content As String,
baseUri As Url
)
public:
void Navigate(
String^ content,
Url^ baseUri
)
member Navigate :
content : string *
baseUri : Url -> unit
Parameters
- content
- Type: SystemString
The document content. - baseUri
- Type: Aspose.HtmlUrl
The base URI to resolve relative resources.
ExceptionsException | Condition |
---|
ArgumentNullException | baseUri is null. |
See Also