Show / Hide Table of Contents

Class EightyHtmlContent

An implementation of which wraps some Html

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

Constructors

| Improve this Doc View Source

EightyHtmlContent(Html)

Create an EightyHtmlContent

Declaration
public EightyHtmlContent(Html html)
Parameters
Type Name Description
Html html

The HTML

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