Go to file
Ryan Nowak 89c9c3260b Make HtmlFormattableString public
We've had this class for a while backing the implementation of the
AppendFormat extension method. Making this public so we can use it in MVC
in localization.

Some updates to the API surface and name to be aligned with
System.FormattableString
2016-04-06 16:42:29 -07:00
src Make HtmlFormattableString public 2016-04-06 16:42:29 -07:00
test Make HtmlFormattableString public 2016-04-06 16:42:29 -07:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HtmlAbstractions.sln
LICENSE.txt
NuGet.config Updating to release. 2016-04-06 09:46:06 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
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 HtmlEncodedString 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.