Question

We are considering migrating our MVC 4 solution over to ASP.NET Core.

Should we rewrite all our HtmlHelpers over to TagHelpers or is that considered wasted effort. We certainly like the TagHelper syntax a lot better, but the HTMLHelpers have been in proven in production and are rock solid.

Finally, what is the effort involved in porting HtmlHelpers over to TagHelpers?