Similar to the old MvcHtmlString
, I want to concatenate several instances HtmlString
in MV6.
There doesn't seem to be an obvious way?
Perhaps the absence of such means I'm doing it wrong? The use case is I have the results of two TagBuilder
instances that I want to concatenate as siblings before consuming inside of a TagHelper
.