-2

What is the use of .cshtml page in .net mvc4 ?

I am very new to MVC 4. Can any one please tell me about the use of .cshtml view page.

Ramanan
  • 1
  • 1

2 Answers2

0

Then you should visit http://www.asp.net/mvc/overview/getting-started and read through the basics.

Everything will get explained

Marco
  • 22,856
  • 9
  • 75
  • 124
0

Your question is very unspecific.

Please edit your question to answer the following:

  • What do you want do achieve?
  • Do you have problems understanding the MVC pattern?
  • Do you wonder what the difference between html and cshtml is?

In general the view page is used to display a model, but if you didn't know this you should start reading about the Model View Controller pattern. (e.g. http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller but you find thousands of good links)

Verena Haunschmid
  • 1,252
  • 15
  • 40