statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.66k stars 235 forks source link

Implement Razor Pages #768

Open daveaglick opened 5 years ago

daveaglick commented 5 years ago

The new Razor engine supports Razor pages syntax and will attempt to compile them, but we're missing some of the bits to make it work. For example, adding @page to the Razor file results in error CS0103: The name 'PageContext' does not exist in the current context.

finishearly commented 5 years ago

:thumbsup:

softwareguy74 commented 5 years ago

Yes please!