Go to file
Pranav K 984fe02eb8 Rename IHtmlContentBuilder.Append(IHtmlContent) to IHtmlContentBuilder.AppendHtml(IHtmlContent)
Fixes #4
2015-12-31 10:53:48 -08:00
src Rename IHtmlContentBuilder.Append(IHtmlContent) to IHtmlContentBuilder.AppendHtml(IHtmlContent) 2015-12-31 10:53:48 -08:00
test Rename IHtmlContentBuilder.Append(IHtmlContent) to IHtmlContentBuilder.AppendHtml(IHtmlContent) 2015-12-31 10:53:48 -08:00
tools Initial commit 2015-12-01 15:36:17 -08:00
.gitattributes Initial commit 2015-12-01 15:36:17 -08:00
.gitignore Make `HtmlEncodedString` a suitable base for MVC's `HtmlString` 2015-12-15 15:27:40 -08:00
.travis.yml Initial commit 2015-12-01 15:36:17 -08:00
CONTRIBUTING.md
HtmlAbstractions.sln Move Microsoft.Extensions.WebEncoders to HtmlAbstractions 2015-12-23 09:29:32 -08:00
LICENSE.txt
NuGet.config Initial commit 2015-12-01 15:36:17 -08:00
NuGetPackageVerifier.json Move Microsoft.Extensions.WebEncoders to HtmlAbstractions 2015-12-23 09:29:32 -08:00
README.md Adding Travis and AppVeyor badges 2015-12-14 16:28:23 -08:00
appveyor.yml Initial commit 2015-12-01 15:36:17 -08:00
build.cmd Initial commit 2015-12-01 15:36:17 -08:00
build.sh Initial commit 2015-12-01 15:36:17 -08:00
global.json Initial commit 2015-12-01 15:36:17 -08:00
makefile.shade Initial commit 2015-12-01 15:36:17 -08:00

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.