Skip to content

Implement IHtmlString #12

@brianbaker

Description

@brianbaker

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions