https://andycroll.com/ruby/alternatives-to-html-safe-in-rails/
Avoid html_safe with Tag Helpers, safe_join, and sanitize - Andy Croll
Rails has better tools than html_safe for building HTML safely in your helpers and views.
tag helpersjoin and
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/tag-helpers/intro?view=aspnetcore-10.0
Tag Helpers in ASP.NET Core | Microsoft Learn
Learn what Tag Helpers are and how to use them in ASP.NET Core.
tag helpersasp netmicrosoft learncore