What is difference between View and Page in Asp.net core 2?
问题 I am new in Asp.net core 2. One of the new things in Asp.net core 2 are pages. But I can't figure it out What is difference between page and view? What are the benefits of pages versus views? In what cases should the page be used? Can I use both at the same time? 回答1: Really, your question is what's the difference between a Razor Page and traditional MVC. Both utilize Razor views. A Razor Page is self-contained (sort of). It has a code-behind like a Web Form, so technically you'd have a