Go to file
David Fowler 307d2ea198 Reworked it so that it's fully action based.
- The action invoker factory is the entry point to an mvc application.
- The default implementation will use an IActionDescriptorProvider with
  a IActionInvokerProvider to resolve an IActionInvoker to invoke.
2013-12-12 21:40:56 -08:00
Microsoft.AspNet.CoreServices Initial commit. 2013-12-12 08:47:22 -08:00
Microsoft.AspNet.Mvc Reworked it so that it's fully action based. 2013-12-12 21:40:56 -08:00
MvcSample Added basic HttpRequestMessage and HttpResponseMessage. 2013-12-12 12:37:06 -08:00
.gitattributes Initial commit. 2013-12-12 08:47:22 -08:00
.gitignore Initial commit. 2013-12-12 08:47:22 -08:00
Microsoft.AspNet.Mvc.sln Initial commit. 2013-12-12 08:47:22 -08:00