Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Discussion: HtmlString has been moved from Microsoft.AspNetCore.Mvc.Rendering => Microsoft.AspNetCore.Html #4659

Closed
NTaylorMullen opened this issue May 17, 2016 · 4 comments

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.

Announcement issue: aspnet/Announcements#178

@NTaylorMullen NTaylorMullen added this to the Discussions milestone May 17, 2016
@NTaylorMullen NTaylorMullen changed the title Discussion: HtmlString has been moved from Microsoft.AspNetCore.Mvc.Rendering => Microsoft.AspNetCore.Html Discussion: HtmlString has been moved from Microsoft.AspNetCore.Mvc.Rendering => Microsoft.AspNetCore.Html May 17, 2016
@Bartmax
Copy link

Bartmax commented May 17, 2016

What's the label of this issue? RTM?

@NTaylorMullen
Copy link
Member Author

@Bartmax Correct.

@MaximRouiller
Copy link

Or to be more specific: 1.0.0.

The milestone is on the original issue.

@Eilon
Copy link
Member

Eilon commented Jun 9, 2017

We are closing this issue because no further action is planned for this issue. If you still have any issues or questions, please log a new issue with any additional details that you have.

@Eilon Eilon closed this as completed Jun 9, 2017
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

4 participants