IHtmlContent Interface

Definition

HTML content which can be written to a TextWriter.

public interface class IHtmlContent
public interface IHtmlContent
type IHtmlContent = interface
Public Interface IHtmlContent
Derived

Methods

WriteTo(TextWriter, HtmlEncoder)

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

Applies to