问题描述
publicclassPermissionFilterAttribute:ActionFilterAttribute{publicoverridevoidOnActionExecuting(ActionExecutingContextfilterContext){base.OnActionExecuting(filterContext);stringcontrollerName=filterContext.ActionDescriptor.ControllerDescriptor.ControllerName.ToLower();stringactionName=filterContext.ActionDescriptor.ActionName.ToLower();stringfile="/"+controllerName+"/"+actionName;po_vUserModualDALvUserModualDal=newpo_vUserModualDAL();po_ModualDALmodualDal=newpo_ModualDAL();if(BaseController.IsLogin){if(没权限){HttpContext.Current.Response.Write("<script>art.dialog({icon:'warning',title:'提示',content:'您没有权限访问',callback:function(){}},{name:'确定'});location.href='/Login/Index'</script>");}}}}
坐等高手
解决方案
解决方案二:
我去,难道没人遇到过吗
解决方案三:
oh,nocomnonbaby,
解决方案四:
Response.Wrtite写在最上面,你下面的js都没加载呢,当然会这样了
解决方案五:
我知道所以我问的是应该怎么改
解决方案六:
怎么又没人了啊哎