Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgerasika/razor2html

SImple tool that converts cshtml and aspx files to html.
https://github.com/mgerasika/razor2html

Last synced: about 1 month ago
JSON representation

SImple tool that converts cshtml and aspx files to html.

Awesome Lists containing this project

README

        

# razor2html
Simple tool that converts cshtml and aspx files to html.

I use aspx or cshtml files when develop node.js or phonegap apps.
Then this tool converts aspx or cshtml into html file.

Why I need it?
-using c# constants in html
-user controls for incapsulating UI.
-master pages.