Best way to view cshtml?

Hey guys. Helping someone to do small visual changes to an online page/app. Most of the pages are in cshtml. I can edit the code in sublime but I can’t view it. Is there any way that I can view it on my computer? Do I need visual studio or should I upload it to view it?

cshtml is a template file for Razor, so you’ll need to run the ASP.NET server in order to render the file.

1 Like