Skip to main content

HtmlSource.Implicit Operator

Name Parameters Description
Implicit(Func<CancellationToken, Task<Stream>> to HtmlSource) static streamDelegate Implicitly converts Stream delegate into HtmlSource.
Implicit(Stream to HtmlSource) static stream Implicitly converts Stream into HtmlSource.
Implicit(String to HtmlSource) static html Implicitly converts String into HtmlSource.
Implicit(Task<Stream> to HtmlSource) static asyncStream
Implicit(Uri to HtmlSource) static uri Implicitly converts Uri into HtmlSource.