URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series) (weblogs.asp.net)
submitted by
crpietschmann(11.3k) 2 years, 7 months ago
URL routing was a capability we first introduced with ASP.NET 3.5 SP1, and which is already used within ASP.NET MVC applications to expose clean, SEO-friendly “web 2.0” URLs. URL routing lets you configure an application to accept request URLs that do not map to physical files. Instead, you can use routing to define URLs that are semantically meaningful to users and that can help with search-engine optimization (SEO). With ASP.NET 4.0, URLs like above can now be mapped to both ASP.NET MVC Controller classes, as well as ASP.NET Web Forms based pages. read more...
|category: ASP.NET
|Views: 47
tags:
routing .net4.0 VS2010 WebForms ASP.NET another
Everyones tags:
Your Tags: