如何在Asp.Net MVC3中输入url,如example.com/username来显示用户配置文件

时间:2013-01-19 00:37:25

标签: asp.net-mvc-3 url profile

我想创建asp.net mvc3应用程序,当用户进入网站时 example.com他将显示登录页面或当他在example.com/username等网址中输入用户名时,他将能够看到他或其他用户的个人资料。请给我一些教程。

类似的问题,但我想在asp.net mvc3 How to show a user profile by passing username just after the domain name

1 个答案:

答案 0 :(得分:1)

我回答了类似的question, 看看它是否对你有帮助。在您的情况下,还需要为匿名用户提供显示用户配置文件的操作。

希望这会有所帮助。