HtmlSource Operators
A source of HTML markup that is displayed in HtmlEdit.| Name | Description |
|---|---|
| Implicit(Func<CancellationToken, Task<Stream>> to HtmlSource) static | Implicitly converts Stream delegate into HtmlSource. |
| Implicit(Stream to HtmlSource) static | Implicitly converts Stream into HtmlSource. |
| Implicit(String to HtmlSource) static | Implicitly converts String into HtmlSource. |
| Implicit(Task<Stream> to HtmlSource) static | |
| Implicit(Uri to HtmlSource) static | Implicitly converts Uri into HtmlSource. |
See Also