visual studio 2012 - What the difference between a razor content page and a regular content page in ASP.Net -


i'm new asp.net sorry if obvious question. did google i'm still confused.

so created master page in asp.net project , went website button @ top of visual studio bring down drop-down menu , clicked "add new item".

i went add content page , content page shows "content page(razor)". adds page ".vbhtml" file extension. i'm trying add ".aspx" file attached vb page not appear in list.

if right click master page gives me option add type of content page auto names "default". here's question.

is there way add regular content page while having ability name before created?

what's difference between razor content page , asp content page?

asp.net

  • can webform

    • event driven coded
    • client side aspx
    • contains asp:controls, html...
  • mvc (mvc 3, 4, 5, 6)

    • model - view - controller coded
    • client side cshtml or vbhtml
    • contains razor, html...

if want create asp.net webform, not choose mvc, project won't same , not coded same way.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -