aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
N. Taylor Mullen cc5c0d6cbe Update `HelperResult` to take in an async func.
- The corresponding Razor change results in `HelperResult`s being rendered with async lambdas.
- This change enables `TagHelper`s and other async code to exist inside of `HelperResult` blocks.
- Added test to validate Templates (they generate `HelperResult`s) can utilize `TagHelper`s correctly.
- Rename `RazorPage`s `RenderBodyDelegate` to `RenderBodyDelegateAsync`.

aspnet/Razor#494
2015-08-25 22:37:17 -07:00
..
Compilation Refactor ICompilerCache to be instantiated via ICompilerCacheProvider 2015-08-20 10:54:32 -07:00
Internal Refactor ICompilerCache to be instantiated via ICompilerCacheProvider 2015-08-20 10:54:32 -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 Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
DefaultViewLocationCacheTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
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 Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
RazorPageCreateTagHelperTest.cs Part of #2151 - Remove [Activate] from TagHelpers 2015-05-21 22:57:51 -07:00
RazorPageTest.cs Update `HelperResult` to take in an async func. 2015-08-25 22:37:17 -07:00
RazorTextWriterTest.cs Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
RazorViewEngineOptionsTest.cs Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
RazorViewEngineTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
RazorViewFactoryTest.cs
RazorViewTest.cs Fix #448: Support app-wide defaults for HTML helpers 2015-05-12 14:10:59 -07:00
SpanFactory.cs React to aspnet/Razor#140 2015-05-29 14:21:35 -07:00
project.json Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00