Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 ASP 到 MVC 还很陌生,我需要帮助来设置路由。我正在构建一个具有两种用户(卖家和买家)的网站。根据登录的用户,我希望系统将他们带到适当的控制器和操作方法。
无需为不同的用户类型设置不同的路由。
只需为每个用户类型(/seller、/buyer)定义一个路由并相应地重定向它们。
为了安全措施,您可能希望添加 Authorization 属性并指定一个角色,以便只有具有适当角色的用户才能访问该部分。