Show / Hide Table of Contents

Class TwentyHtmlContent

An implementation of which wraps an HtmlBuilder

Inheritance
Object
TwentyHtmlContent
Namespace: Eighty.AspNetCore
Assembly: Eighty.AspNetCore.dll
Syntax
public class TwentyHtmlContent : IHtmlContent

Constructors

| Improve this Doc View Source

TwentyHtmlContent(HtmlBuilder)

Create a TwentyHtmlContent

Declaration
public TwentyHtmlContent(HtmlBuilder builder)
Parameters
Type Name Description
HtmlBuilder builder

The HtmlBuilder

Methods

| Improve this Doc View Source

WriteTo(TextWriter, HtmlEncoder)

Declaration
public void WriteTo(TextWriter writer, HtmlEncoder encoder)
Parameters
Type Name Description
TextWriter writer
HtmlEncoder encoder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX