Pranav K
18c80d156c
Replace NotNullAttribute with thrown exceptions
2015-09-26 23:48:43 -07:00
Ryan Nowak
538cd9c191
Move less-commonly used types out of .Rendering
2015-09-16 23:52:29 -07:00
Kirthi Krishnamraju
caa8ea44fb
Fix #448 : Support app-wide defaults for HTML helpers
2015-05-12 14:10:59 -07:00
N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Ajay Bhargav Baaskaran
db728cd386
Introducing TempData
...
- Issue #455
- Updated MVC sample
- Added relevant tests
2015-03-10 12:04:05 -07:00
Ajay Bhargav Baaskaran
9f9dcbe6ec
Additional functional tests for ElementalValueProvider
2015-02-25 10:22:43 -08:00
Pranav K
a33e83f363
Adding IView.Path and ViewContext.ExecutingPagePath
...
Fixes #1940
2015-02-13 06:12:15 -08:00
Pranav K
e1e43e1e8c
ControllerActivator should be able to use controllers registered as
...
services
* Added WithControllersFromServiceProvider that replaces the default
controller activator with a service based one.
* Move activation to DefaultControllerFactory
* Modify [Activate] behavior so that it no longer activates services. Use
[FromService] attribute to hydrate services
Fixes #1707
2015-02-11 16:41:59 -08:00
Pranav K
26cd8df577
Adding functional tests to verify round tripping of names generated by
...
HtmlHelpers
2014-10-23 10:12:02 -07:00