T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

Add support for .razor extension #136

Open btihanyi opened 4 years ago

btihanyi commented 4 years ago

Blazor uses the .razor extension instead of .cshtml. It is very similar to Razor Pages except a few differences like it can't have a model. I believe it would be easy to add support for this new extension.