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