URL : localhost:4835/Login
public class LoginController : Controller
{
public ActionResult Index()
{ 'enter code here' }
}
i want to call index without mention a name of action.
URL : localhost:4835/Login
public class LoginController : Controller
{
public ActionResult Index()
{ 'enter code here' }
}
i want to call index without mention a name of action.
Copyright © 2021 Jogjafile Inc.
You should have something like this in your
RouteConfigfile:You can have your own mappings, just provided a sample here.