Is there a way to make use of the SEO Module to make SEO friendly URLs in your own custom modules? I tried something like this:
<a href="Default.aspx?Id=1234" title="This should be added to the URL">Read on</a>
But unlike with built-in modules such as News, the title is not appended to the URL.
Do I need to do something for this to work?
Imar