Skip to content

Instantly share code, notes, and snippets.

@stevejay
Created May 5, 2014 21:10
Show Gist options
  • Save stevejay/37fdac7aaf10434f3623 to your computer and use it in GitHub Desktop.
Save stevejay/37fdac7aaf10434f3623 to your computer and use it in GitHub Desktop.
var routeData = new RouteData();
routeData.Values.Add("controller", ErrorControllerRouteName);
var controllerContext = new ControllerContext(
new HttpContextWrapper(HttpContext.Current),
routeData,
new FakeController());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment