Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HtmlString has been moved from Microsoft.AspNetCore.Mvc.Rendering => Microsoft.AspNetCore.Html #178

Open
NTaylorMullen opened this issue May 17, 2016 · 1 comment

Comments

@NTaylorMullen
Copy link
Member

We removed the HtmlString class from Mvc and renamed the HtmlEncodedString in HtmlAbstractions to HtmlString. Mvc now depends on the HtmlAbstractions HtmlString that exists under the Microsoft.AspNetCore.Html namespace.

If you were using HtmlString directly in your Razor views you will now need to add a using statement for Microsoft.AspNetCore.Html.

@NTaylorMullen NTaylorMullen added this to the 1.0.0 milestone May 17, 2016
@aspnet aspnet locked and limited conversation to collaborators May 17, 2016
@NTaylorMullen
Copy link
Member Author

Corresponding discussion issue is here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant