Beispiel #1
0
        public RequestInfo(IRenderXsltBase _ctrl, HttpRequest _req)
        {
            this.ctrl = _ctrl;
            this.req = _req;
            //this.user = HttpStatic.UserClaim;

            if (this.req != null)
                httpParams = this.req.Params;
            else
                httpParams = HttpStatic.ParseQueryString();
        }
Beispiel #2
0
        public RequestInfo(IRenderXsltBase _ctrl, HttpRequest _req)
        {
            this.ctrl = _ctrl;
            this.req  = _req;
            //this.user = HttpStatic.UserClaim;

            if (this.req != null)
            {
                httpParams = this.req.Params;
            }
            else
            {
                httpParams = HttpStatic.ParseQueryString();
            }
        }