aspnetcore/test/Microsoft.AspNetCore.Html.A...
Ryan Nowak 2705510508 Add Copy/Move for content - Remove HtmlTextWriter
Currently we overload the definition of WriteTo on IHtmlContent
implementation classes to either represent a "real" write or a "flatten"
by checking if the writer inherits HtmlText writer.

This overloading is a bit of an odd fit and hides the real semantic we
want for flattening.

Additionally, we want to gradually make the concept of a pooled
backing-buffer for IHtmlContent first-class - using pooled buffers
dictates that we support move-semantics to some degree.

This change makes the work that we do for flattening into pooled buffers
explicit rather than hidden.
2016-03-04 07:52:14 -08:00
..
HtmlContentBuilderExtensionsTest.cs Add Copy/Move for content - Remove HtmlTextWriter 2016-03-04 07:52:14 -08:00
HtmlContentBuilderTest.cs Add Copy/Move for content - Remove HtmlTextWriter 2016-03-04 07:52:14 -08:00
Microsoft.AspNetCore.Html.Abstractions.Test.xproj Remove project name from output path 2016-03-02 18:50:26 -08:00
project.json