This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Description
We currently have two nearly identical implementations of HtmlEncodedString across HtmlAbstractions and MVC due to HtmlString. After talks offline with @Eilon and @dougbu we should perform the rename. Not to mention HtmlString is clearer given what the type is used for.
We should add HtmlString.Empty as part of this.
This issue should be done in conjunction with aspnet/Mvc#4558