- RazorPage now has the ability to use writing scopes to control where things are written. - This enables RazorPages to use these writing scopes with TagHelpers. TagHelpers use them to buffer attributes that have C# contained within them and to also buffer content of TagHelpers whos ContentBehavior is Modify. - Added RazorPage tests to validate their functionality. #1102 |
||
|---|---|---|
| .. | ||
| Compilation | ||
| OptionDescriptors | ||
| BufferEntryCollectionTest.cs | ||
| DefaultViewLocationCacheTest.cs | ||
| Microsoft.AspNet.Mvc.Razor.Test.kproj | ||
| MvcRazorCodeParserTest.cs | ||
| RazorCompilationServiceTest.cs | ||
| RazorPageActivatorTest.cs | ||
| RazorPageTest.cs | ||
| RazorTextWriterTest.cs | ||
| RazorViewEngineTest.cs | ||
| RazorViewTest.cs | ||
| SpanFactory.cs | ||
| project.json | ||