Show / Hide Table of Contents

Class TwentyHtmlContent

An implementation of IHtmlContent which wraps an HtmlBuilder

Inheritance
Object
TwentyHtmlContent
Implements
IHtmlContent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

Implements

Microsoft.AspNetCore.Html.IHtmlContent
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX