Select from following answers:- Home
- Index

- Welcome
- All Above
A method named Index is the default method that will be called on a controller if one is not explicitly specified.
Example :-
http://localhost:7413/HelloWorld
In the above, you don't have to write index at the end of the url. But if you want to specifically call a different method other than index method then you have to specify it. For example,
http://localhost:xxxx/HelloWorld/Welcome
Thanks and Regards
Akiii
Show Correct Answer
Source: http://www.asp.net | Asked In: MVC Interviews Questions |
Alert Moderator