aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/OptionDescriptors
Pranav K ad8ab4b8fd Adding support for ViewLocationExpanders to allow modifying view locations
without changing the view engine.

Fixes #1039
2014-10-01 16:15:25 -07:00
..
DefaultModelBindersProviderTest.cs
DefaultValidationProviderProviderTest.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
DefaultValueProviderFactoryProviderTest.cs
DefaultViewEngineProviderTest.cs
InputFormatterDescriptorExtensionTest.cs Adding Input Formatters to MVC Options and using HeaderValueAbstractions 2014-08-18 10:25:19 -07:00
InputFormatterDescriptorTest.cs 1. Moving input formatting related classes to MVC Core.(for tests as well). 2014-08-18 17:07:19 -07:00
ModelBinderDescriptorExtensionsTest.cs
ModelBinderDescriptorTest.cs
ModelValidatorProviderDescriptor.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
ModelValidatorProviderDescriptorExtensionsTest.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
OutputFormatterDescriptorExtensionTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
OutputFormatterDescriptorTest.cs GetSupportedContentTypes to take in declared and runtime type. 2014-09-12 13:56:30 -07:00
ValueProviderFactoryDescriptorExtensionsTest.cs
ValueProviderFactoryDescriptorTest.cs
ViewEngineDescriptorExtensionsTest.cs Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
ViewEngineDescriptorTest.cs