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. |
||
|---|---|---|
| .. | ||
| Internal | ||
| Properties | ||
| Rendering | ||
| ViewComponents | ||
| ViewEngines | ||
| ViewFeatures | ||
| ControllerTest.cs | ||
| ControllerUnitTestabilityTests.cs | ||
| Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj | ||
| ModelStateDictionaryExtensionsTest.cs | ||
| PartialViewResultTest.cs | ||
| RemoteAttributeTest.cs | ||
| Resources.resx | ||
| SkipStatusCodePagesAttributeTest.cs | ||
| ViewComponentResultTest.cs | ||
| ViewComponentTests.cs | ||
| ViewResultTest.cs | ||
| project.json | ||