HtmlSource.FromStream Method
Name | Parameters | Description |
---|---|---|
FromStream(Func<CancellationToken, Task<Stream>>) static | stream | Loads HTML markup from the specified Stream delegate. |
FromStream(Stream) static | stream | Loads HTML markup from the specified Stream. |