标签: asp.net asp.net-mvc piranha-cms
我想知道如何检查用户当前是否登录了Manager区域。我怎么检查这个?感谢。
我想创建类似的东西:
If(Session["Manager"] != null) bool IsManagerIn = true;