Go to file
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
src/Microsoft.AspNet.Html.Abstractions Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
test/Microsoft.AspNet.Html.Abstractions.Test Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
tools
.gitattributes
.gitignore Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
.travis.yml
CONTRIBUTING.md
HtmlAbstractions.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md Adding Travis and AppVeyor badges 2015-12-14 16:28:23 -08:00
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

HtmlAbstractions

AppVeyor: AppVeyor

Travis: Travis

HTML abstractions such as IHtmlContent and related APIs.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.