Pranav K
69a99e5c41
Moving View overloads to Controller base type
2014-01-22 10:59:32 -08:00
David Fowler
c734eada6f
Added restore to build.
2014-01-21 21:52:44 -08:00
David Fowler
cd744ed7bd
Nuke the bin folder
2014-01-21 20:16:13 -08:00
Pranav K
7b8a54cc24
* Updating project structure to use the src, test, build, samples format
...
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00
Pranav K
5f4807dc9e
Adding support for ViewData
2014-01-21 11:59:47 -08:00
Pranav K
0699e7aa40
Adding support for disk based views with code generation and compilation
2014-01-19 18:50:22 -08:00
Pranav K
b918cb8170
Adding view engines
2014-01-16 16:04:18 -08:00
Yishai Galatzer
1ba47fa480
Extension methods/Object content/Dummy conneg/and formurlformatter
2014-01-15 21:22:50 -08:00
Yishai Galatzer
bd2e434da9
Add JSON formatter support
2014-01-15 21:22:01 -08:00
David Fowler
99f612e5cb
Use new reflection API
2013-12-15 06:53:05 -08:00
David Fowler
cb2e881d4b
Added project.json files.
2013-12-14 16:39:52 -08:00
David Fowler
e7ade37b3f
Moved the routing up a level.
2013-12-14 16:11:13 -08:00
David Fowler
81a4cfbfbf
Call into the IActionResultFactory only if the return value isn't IActionResult.
2013-12-14 15:58:06 -08:00
David Fowler
e87e819b14
Small tweaks.
2013-12-14 15:51:32 -08:00
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
David Fowler
b798736385
Treat returned strings as content results.
2013-12-12 19:47:56 -08:00
David Fowler
1dcafe5df4
Added basic HttpRequestMessage and HttpResponseMessage.
2013-12-12 12:37:06 -08:00
David Fowler
485eb48114
Added IActionResultHelper and other services.
...
- Support the Initialize pattern as an alternate ctor.
2013-12-12 12:05:43 -08:00
David Fowler
b575d2c337
Added action result sample.
2013-12-12 11:14:22 -08:00
David Fowler
fe173fca1e
Added more stuff:
...
- Added IActionResult and family.
2013-12-12 10:52:20 -08:00
David Fowler
3dfd79a26d
Initial commit.
2013-12-12 08:47:22 -08:00