Click here to Skip to main content
15,881,559 members
Articles / Web Development / ASP.NET

ASP.NET MVC: Part 2

Rate me:
Please Sign up or sign in to vote.
4.47/5 (6 votes)
5 Jul 2008CPOL7 min read 58.8K   1K   35  
A continued look at ASP.NET MVC and URL Routing.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;

namespace Mvc.Views.Shared
{
    public partial class Site : System.Web.Mvc.ViewMasterPage
    {
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions