https://github.com/perryflynn/perrysnetconsolehtml
Write output of https://github.com/perryflynn/PerrysNetConsole as html
https://github.com/perryflynn/perrysnetconsolehtml
console csharp extension html netstandard
Last synced: 12 months ago
JSON representation
Write output of https://github.com/perryflynn/PerrysNetConsole as html
- Host: GitHub
- URL: https://github.com/perryflynn/perrysnetconsolehtml
- Owner: perryflynn
- License: mit
- Created: 2017-10-14T20:52:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T20:02:33.000Z (about 7 years ago)
- Last Synced: 2025-07-20T06:17:08.509Z (12 months ago)
- Topics: console, csharp, extension, html, netstandard
- Language: HTML
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This extension for [PerrysNetConsole](https://github.com/perryflynn/PerrysNetConsole)
generates from the console application output a fancy HTML file.
This project is also available as [nuget Package](https://www.nuget.org/packages/PerrysNetConsoleHtml).
```cs
using (var writer = new CoExHtmlWriter() { Title = "A fancy demo" })
{
CoEx.WriteTitleLarge("A fancy demo");
CoEx.WriteLine();
CoEx.WriteTable(tabledata);
writer.SaveAs(target);
}
```
## Demo
