aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
sornaks b6a109e2a3 Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent.
- Making TagBuilder's InnerHtml an IHtmlContent.
- Delay encoding until the content is written.
- Moving BufferedHtmlContent to Common cos it is used in aspnet/Razor also.
- Changing GenerateOption to take in a string and create StringHtmlContent.
- This reduces the space used by around 13%.
2015-08-10 14:55:34 -07:00
..
ActionParametersIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs
BodyValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs
DictionaryModelBinderIntegrationTest.cs Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
HeaderModelBinderIntegrationTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs
ServicesModelBinderIntegrationTest.cs
TestMvcOptions.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
TryUpdateModelIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
TypeConverterModelBinderIntegrationTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
ValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
project.json Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00