Table of Contents

Method NavigateToStream

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

NavigateToStream(Stream)

Navigate to a Stream that contains the content for a document.

public virtual void NavigateToStream(Stream stream)

Parameters

stream Stream

The 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.