Class TwentyHtmlContent
An implementation of
Namespace: Eighty.AspNetCore
Assembly: Eighty.AspNetCore.dll
Syntax
public class TwentyHtmlContent : IHtmlContent
Constructors
| Improve this Doc View SourceTwentyHtmlContent(HtmlBuilder)
Create a TwentyHtmlContent
Declaration
public TwentyHtmlContent(HtmlBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
HtmlBuilder | builder | The HtmlBuilder |
Methods
| Improve this Doc View SourceWriteTo(TextWriter, HtmlEncoder)
Declaration
public void WriteTo(TextWriter writer, HtmlEncoder encoder)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | |
HtmlEncoder | encoder |