aspnetcore/test
sornaks a02082397a Introducing IHtmlContent in Mvc.Razor.
- Changing HtmlHelper and HelperResult to implement IHtmlContent.
- Introducing BufferedHtmlContent.
- Making RazorPage handle only IHtmlContent and clearing out other types.
- Making StringCollectionTextWriter use BufferedHtmlContent so that it can be returned where necessary.
- Updating places which involve Write/Copy to pass in encoders.
- The encoders are currently not being used during write. But when HtmlString is modified to carry encode metadata, the encoder can be used for writing. This is a perf optimization and hence not a part of this change.
- Making TagHelperContent implement IHtmlContent.
2015-07-10 16:24:32 -07:00
..
Microsoft.AspNet.JsonPatch.Test Refactoring to get ready for JsonPatch (for dynamics) support. Relay generic typing to outer-facing contract. 2015-07-08 15:06:32 -07:00
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Core.Test Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
Microsoft.AspNet.Mvc.Cors.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Razor.Test Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Test Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
Microsoft.AspNet.Mvc.TestCommon Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest React to move of StatusCodes 2015-07-08 12:43:33 -07:00
WebSites Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00