Search code examples
asp.netpermalinks

Permalinks in ASP.NET


Can anyone point me to some good resources on how to implement PERMA links in ASP.NET?

I've done a couple google searches but haven't found anything that like authoritative or definitive.


Solution

  • There's an example of a Permalink Generator for ASP.NET MVC in Brad Wilson's Big Boy MVC Series - even if you're not using the MVC framework, it probably can give you a good idea of what you need to do to generate permalinks.