1.

What are the possible Razor view extensions?

Answer»

Below are the two types of extensions razor view can have :

  • .cshtml : In C# programming language this extension will be used.
  • .vbhtml - In VB programming language this extension will be used.


Discussion

No Comment Found