共用方式為


IHtmlAsyncContent 介面

定義

可以非同步寫入 TextWriter 的 HTML 內容。

public interface IHtmlAsyncContent : Microsoft.AspNetCore.Html.IHtmlContent
type IHtmlAsyncContent = interface
    interface IHtmlContent
Public Interface IHtmlAsyncContent
Implements IHtmlContent
實作

方法

WriteTo(TextWriter, HtmlEncoder)

使用指定的 將內容編碼為指定的 encoderwriter ,以寫入內容。

(繼承來源 IHtmlContent)
WriteToAsync(TextWriter)

將內容寫入指定的 writer

適用於