IHtmlContentContainer 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.
Defines a contract for IHtmlContent instances made up of several components which can be copied into an IHtmlContentBuilder.
public interface class IHtmlContentContainer : Microsoft::AspNetCore::Html::IHtmlContent
public interface IHtmlContentContainer : Microsoft.AspNetCore.Html.IHtmlContent
type IHtmlContentContainer = interface
interface IHtmlContent
Public Interface IHtmlContentContainer
Implements IHtmlContent
- Derived
- Implements
Methods
CopyTo(IHtmlContentBuilder) |
Copies the contained content of this IHtmlContentContainer into |
MoveTo(IHtmlContentBuilder) |
Moves the contained content of this IHtmlContentContainer into After MoveTo(IHtmlContentBuilder) is called, this IHtmlContentContainer instance should be left in an empty state. |
WriteTo(TextWriter, HtmlEncoder) |
Writes the content by encoding it with the specified |