aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak a2393f21be Adds ControllerBase to Mvc.Core
This change adds a base class for controllers to Mvc.Core that can be used
without a dependency on views, json, etc.

Most of the functionality on Controller moves to ControllerBase. I kept
the IActionFilter and IDisposable functionality on Controller since it's
not really a fit with the 'minimal' philosophy.
2015-12-14 10:29:55 -08:00
..
Internal
Properties
Rendering * Parameters into the messages 2015-12-11 12:05:44 -08:00
ViewComponents
ViewEngines
ViewFeatures Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
ControllerTest.cs Adds ControllerBase to Mvc.Core 2015-12-14 10:29:55 -08:00
ControllerUnitTestabilityTests.cs
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs React to routing cleanup 2015-12-07 13:08:13 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json