In this chapter, you'll learn:
About ASP.NET MVC controllers, controller actions, and action results.
By Stephen Walther|February 16, 2008
In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results.
By Microsoft ASP.NET Team|February 16, 2009|C#
Learn how to add custom routes to an ASP.NET MVC application. In this tutorial, you learn how to modify the default route table in the Global.asax file.
By Stephen Walther|February 16, 2009
In this tutorial, Stephen Walther demonstrates how you can control how browser requests match routes by creating route constraints with regular expressions.
By Stephen Walther|February 16, 2009
Stephen Walther demonstrates how you can create a custom route constraint. We implement a simple custom constraint that prevents a route from being matched when a browser request is made from a rem...
By Stephen Walther|February 16, 2008
In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results.
By Microsoft ASP.NET Team|February 16, 2009
Learn how to add custom routes to an ASP.NET MVC application. In this tutorial, you learn how to modify the default route table in the Global.asax file.
By Stephen Walther|February 16, 2009
In this tutorial, Stephen Walther demonstrates how you can control how browser requests match routes by creating route constraints with regular expressions.
By Stephen Walther|February 16, 2009
Stephen Walther demonstrates how you can create a custom route constraint. We implement a simple custom constraint that prevents a route from being matched when a browser request is made from a rem...