IHtmlAsyncContent 接口

定义

可以异步写入 TextWriter 的 HTML 内容。

public interface IHtmlAsyncContent : Microsoft.AspNetCore.Html.IHtmlContent
type IHtmlAsyncContent = interface
    interface IHtmlContent
Public Interface IHtmlAsyncContent
Implements IHtmlContent
实现

方法

WriteTo(TextWriter, HtmlEncoder)

通过使用指定的 encoder 将内容编码为指定的 writer来写入内容。

(继承自 IHtmlContent)
WriteToAsync(TextWriter)

将内容写入指定的 writer

适用于