public MvcContext(IWebContext context) { _context = context; _thisUtils = new MvcContextUtils(this); if (context is IMockContext) { _isMock = true; } _pageMeta = new PageMeta(this); }
public MvcContext(IWebContext context) { _context = context; _thisUtils = new MvcContextUtils(this); }