不幸的是,在我的部分登录文件中,用户登录时会抛出异常.Request.IsAuthenticated返回true,但Page.User返回null!
而且当然
Page.User.IsInRole( “XY”)
抛出异常:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException:无法对空引用执行运行时绑定
如何使用Razor检查用户角色?
Context.User.IsInRole("xy")
而不是Page.User.IsInRole(“xy”)