aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite/refactor HTML parser

ajaybhargavb opened this issue · comments

  • Generate the necessary node classes and its boilerplate based on the exisiting block types
  • Rewrite HtmlMarkupParser. This will be more of a port than rewrite