Exemplo n.º 1
0
        public MvcContext(IWebContext context)
        {
            _context   = context;
            _thisUtils = new MvcContextUtils(this);

            if (context is IMockContext)
            {
                _isMock = true;
            }

            _pageMeta = new PageMeta(this);
        }
Exemplo n.º 2
0
 public MvcContext(IWebContext context)
 {
     _context   = context;
     _thisUtils = new MvcContextUtils(this);
 }