IHtmlAsyncContent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
WriteToAsync(TextWriter) |
Writes the content to the specified |