IHtmlAsyncContent Interface

Definition

HTML content which can be written asynchronously to a TextWriter.

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

Methods

WriteTo(TextWriter, HtmlEncoder)

Writes the content by encoding it with the specified encoder to the specified writer.

(Inherited from IHtmlContent)
WriteToAsync(TextWriter)

Writes the content to the specified writer.

Applies to