Compartir a través de


IHtmlAsyncContent Interfaz

Definición

Contenido HTML que se puede escribir de forma asincrónica en un TextWriter.

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

Métodos

WriteTo(TextWriter, HtmlEncoder)

Escribe el contenido mediante la codificación con el especificado encoder en el especificado writer.

(Heredado de IHtmlContent)
WriteToAsync(TextWriter)

Escribe el contenido en el especificado writer.

Se aplica a