Friday, January 23, 2009

URL Routing in ASP.NET 3.5

URL Routing in ASP.NET 3.5


Service Pack 1 of .NET 3.5 introduced a routing engine to ASP.NET runtime (included in assembly System.Web.Routing.dll – see it in GAC folder). By this engine, URLs can map to no files of the website! In URL routing, some patterns may be defined which contain placeholders for parameters and values required to handle URL requests. See the following reference for more info and a code sample:

http://msdn.microsoft.com/en-us/magazine/2009.01.extremeaspnet.aspx

No comments:

Post a Comment