aspnetcore/test/shared
Ryan Nowak 8f072a0711 Add HTML Block rewriting (#1146)
* Add HTML Block rewriter

* Baseline updates

* test gaps

* Update some unit tests to represent same behavior as before

* Define Markup frame type. Tests for rendering markup frames into render tree.

* Support markup frames during diffing (retain, insert, update, delete)

* Support markup blocks on WebAssembly

* Support rendering markup frames with server-side execution too

* Support markup blocks with multiple top-level nodes. Support updating markup dynamically.

* Define MarkupString type as a way to insert dynamic markup without needing custom RenderFragment code

* Remove comment

* CR: Better null value handling
2018-07-23 18:18:07 +01:00
..
AssertFrame.cs Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
AutoRenderComponent.cs Clean up and include routing unit tests 2018-02-21 10:22:03 +00:00
CapturedBatch.cs Clean up and include routing unit tests 2018-02-21 10:22:03 +00:00
IComponentExtensions.cs Clean up and include routing unit tests 2018-02-21 10:22:03 +00:00
TestRenderer.cs Add more struct readonlyness hints 2018-06-06 11:49:55 +01:00
TestServiceProvider.cs Simplistic implementation of property injection 2018-02-23 09:32:26 +00:00