简体   繁体   中英

URL rewriting in .NET 4?

I heard that in Visual Studio 2010 give built-in functionality for URL rewriting using its URL Routing engine.

I did URL rewriting in earlier version of visual studio by using plug in like intelligencia urlrewrite.

Can any one explain me or guide me to understand that?

Want to implement dynamic and custom url rewriting in my website.

Are you refering to .net 4.0 URL Routing ?

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM