Sorry i run dnn with net 4.0, it wrong result:
http://localhost/test/tabid/232/id/12/Default.aspx
I run dnn with net 3.5 and i change DotNetNuke.Common.Globals.NavigateUrl(TabId, string.empty, "id=12")
Here code:
TabInfo tabin = tbc.GetTab(435);
tabin.TabName = "chi-tiet";
string newurl =DotNetNuke.Common.Globals.NavigateURL(tabin.TabID, string.Empty, "id=12");
Result:
http://localhost/test/chi-tiet/tabid/232/id/12/Default.aspx
It not good SEO
QueryString :ID=chi-tiet-bai-viet
I need
From
http://localhost/test/chi-tiet/tabid/232/id/12/Default.aspx
to
http://localhost/test/chi-tiet/chi-tiet-bai-viet.aspx
How slove it.Thanks