aspnetcore/src/Microsoft.AspNet.Html.Abstr...
Doug Bunting 234073cf6e Make `HtmlEncodedString` a suitable base for MVC's `HtmlString`
- #5
- provide `ToString()` implementation
- add missing `null` checks in `WriteTo()`; remove extraneous one in the constructor
- special-case `HtmlEncodedString` in `IHtmlContentBuilder.AppendFormat()` extension method

nits:
- ignore more files
- add missing `null` checks in `HtmlContentBuilderExtensions` too
2015-12-15 15:27:40 -08:00
..
Properties
HtmlContentBuilder.cs
HtmlContentBuilderExtensions.cs Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
HtmlEncodedString.cs Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
HtmlTextWriter.cs
IHtmlContent.cs
IHtmlContentBuilder.cs
Microsoft.AspNet.Html.Abstractions.xproj
project.json