Articles : Page 1 of 1

  • ASP.NET MVC Routing Overview

    ASP.NET MVC Routing Overview

    Oct 09
    07

    In this tutorial, you are introduced to an important feature of every ASP.NET MVC application called ASP.NET Routing. The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions. By the end of this tutorial, you will understand how the standard route table maps requests to controller actions....


  • Creating a Custom Route Constraint

    Creating a Custom Route Constraint

    Oct 09
    07

    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 remote computer....



  • 1