Class EightyHtmlContent
An implementation of
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 |