Class EightyHtmlContent
An implementation of IHtmlContent which wraps some Html
Implements
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 SourceEightyHtmlContent(Html)
Create an EightyHtmlContent
Declaration
public EightyHtmlContent(Html html)
Parameters
Type | Name | Description |
---|---|---|
Html | html | The HTML |
Methods
| Improve this Doc View SourceWriteTo(TextWriter, HtmlEncoder)
Declaration
public void WriteTo(TextWriter writer, HtmlEncoder encoder)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | |
HtmlEncoder | encoder |