aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak ff6cbfd7cf Make saving TempData operate via a filter
This change moves the responsibility for saving TempData into a filter,
which is registered with other View features. This moves TempData into the
ViewFeatures package.

ActionResults which require TempData to be kept use a new marker interface
which is handled by the filter.
2015-08-07 16:53:11 -07:00
..
Properties
Rendering Removing MvcViewEngineDescriptor and switching to use OptionsSetup to 2015-07-29 14:14:07 -07:00
TempData Make saving TempData operate via a filter 2015-08-07 16:53:11 -07:00
ViewComponents
ControllerTest.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
ControllerUnitTestabilityTests.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
FileContentResultTest.cs
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
MockMvcViewOptionsAccessor.cs
PartialViewResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewExecutorTest.cs
ViewResultTest.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
project.json