You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing IHtmlString would make it easier to incorporate Elements or other components based on Elements into Razor views. I think if Node implemented IHtmlString then that would allow Element, Fragment, Node, and Text to be rendered in a Razor view without needing to call ToString() and MvcHtmlString.Create(). Any thoughts/concerns?
The text was updated successfully, but these errors were encountered:
Implementing
IHtmlString
would make it easier to incorporate Elements or other components based on Elements into Razor views. I think ifNode
implementedIHtmlString
then that would allowElement
,Fragment
,Node
, andText
to be rendered in a Razor view without needing to callToString()
andMvcHtmlString.Create()
. Any thoughts/concerns?The text was updated successfully, but these errors were encountered: