标签: c# asp.net-mvc asp.net-mvc-routing asp.net-mvc-areas
我正在使用ASP.Net C#开发社交平台,并且由于某些架构原因,用户配置文件位于“区域”之下:
http://www.mysite.com/profiles/index/username
但我想如果访问者通过http://www.mysite.com/username进入我的网站,他可以访问用户个人资料。
有没有切实可行的方法呢?
抱歉我的英语不好。
此致