Quantcast
Channel: Programming Video Tutorials
Viewing all articles
Browse latest Browse all 53

Set Start Page in ASP.NET MVC Video Tutorial part-2

$
0
0

Set Start Page in ASP.NET MVC Video Tutorial part-2
In this ASP.NET MVC Video tutorial part 2, we will learn, How to change the start page, if you have multiple controller in Controller folder. The "Home controller" name is the default controller in RouteConfig.cs file which is available in App_Start folder. In this file we have three parameter that is Controller name, Action Method name and Id(Optional Parameter). If you want to change the start page then first to change the controller name after then must to change the action method name.

Viewing all articles
Browse latest Browse all 53

Trending Articles