Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mgerasika/razor2html
- Owner: mgerasika
- Created: 2015-09-29T08:09:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T12:40:13.000Z (almost 9 years ago)
- Last Synced: 2023-02-28T16:02:22.238Z (almost 2 years ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.