I think CEditor provider misses some useful feature: ability to use secure links to portal tabs, like:
/LinkClick.aspx?link=123
or /LinkClick.aspx?link=123&tabid=456 (in case you wish to track transitions)
where 123 is target tabid.
Using friendly or non-friendly urls with tab names in path is bad for link consistency.
I'd also prefer using /LinkClick.aspx form, because urls in form /Default.aspx?tabid=123 are not automatically redirected to friendly urls.
Comments: ** Comment from web user: tha_watcha **
/LinkClick.aspx?link=123
or /LinkClick.aspx?link=123&tabid=456 (in case you wish to track transitions)
where 123 is target tabid.
Using friendly or non-friendly urls with tab names in path is bad for link consistency.
I'd also prefer using /LinkClick.aspx form, because urls in form /Default.aspx?tabid=123 are not automatically redirected to friendly urls.
Comments: ** Comment from web user: tha_watcha **
If you want that i can add it, but i don't understand why you don't use the non friendly urls.
If you care about link consistency, why not use non friendly urls, when there are redirect to friendly names they always would redirect to the correct friendly urls.
But anyways new Version should be online soon.