aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
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
..
Compilation * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
DependencyInjection * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
Precompilation
Properties
TagHelpers Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
DefaultPrecompiledViewsProviderTest.cs
DefaultTagHelperActivatorTest.cs
DefaultViewLocationCacheTest.cs
LanguageViewLocationExpanderTest.cs fixing 2704 -- Rename LanguageViewLocationExpanderOption to LanguageViewLocationExpanderFormat 2015-07-09 15:38:11 -07:00
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
RazorPageActivatorTest.cs Fix: Metadata ignored for non model-specific EditorTemplate 2015-07-16 15:48:01 -07:00
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
RazorTextWriterTest.cs Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs
RazorViewFactoryTest.cs
RazorViewTest.cs
SpanFactory.cs React to aspnet/Razor#140 2015-05-29 14:21:35 -07:00
project.json React to DNX renames 2015-07-29 04:49:49 -07:00