Order of Execution
Order of execution
Index page
Program.cs
Index.cshtml.cs
_ViewStart.cshtml
_Layout.cshtml
Index.cshtml (to get title)
_Layout.cshtml
(@RendorBody())
Index.cshtml
Pizza page
Similar, except Program.cs is not called
Last updated