Show / Hide Table of Contents

Class EightyHtmlContent

An implementation of IHtmlContent which wraps some Html

Inheritance
Object
EightyHtmlContent
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 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

Implements

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