Go to file
N. Taylor Mullen fe563b1459 Rename `HtmlEncodedString` => `HtmlString`.
- This rename makes the type more consistent with its `HtmlContentBuilder` counterparts (`AppendHtml`).

#25
2016-05-17 11:11:10 -07:00
src Rename `HtmlEncodedString` => `HtmlString`. 2016-05-17 11:11:10 -07:00
test Rename `HtmlEncodedString` => `HtmlString`. 2016-05-17 11:11:10 -07:00
tools
.gitattributes
.gitignore
.travis.yml Webhooks notification 2016-03-30 15:40:25 -07:00
CONTRIBUTING.md
HtmlAbstractions.sln
LICENSE.txt
NuGet.config Updating to release. 2016-04-06 09:46:06 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-18 12:39:01 -08:00
README.md Rename `HtmlEncodedString` => `HtmlString`. 2016-05-17 11:11:10 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:09 -08:00
build.ps1 Updating to release. 2016-04-06 09:46:06 -07:00
build.sh Updating to release. 2016-04-06 09:46:06 -07:00
global.json

README.md

HtmlAbstractions

AppVeyor: AppVeyor

Travis: Travis

HTML abstractions used for building HTML content, including types such as HtmlString and IHtmlContent.

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