In MVC framework there is a VIEW(PL) stored by a view directory, and view engine responsible for render of page or data or both to browser as a response.
A view engine consist of several programming syntax of technology as "Aspx","Razor",Etc.
Razor is an asp.net programming syntax to create dynamic web pages without using asp.net delimiters <%=%>.It is a simple syntax view engine.
The razor file extension is (.cshtml) for C# language and for VB is (.vbhtml)