Method NavigateToStream
NavigateToStream(Stream)
Navigate to a Stream that contains the content for a document.
void NavigateToStream(Stream stream)
Parameters
stream
StreamThe Stream that contains the content for a document. If this parameter is null, WebBrowser navigates to a blank document. If contents of the stream is not in a valid HTML format, it will be displayed as plain text.