Expose delegate overload for .AddHtml() API of the Template Component #7757
Labels
C: Template
Enhancement
FP: Completed
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
S: Wrappers (ASP.NET MVC)
Milestone
Overview
Currently, the only way to nest conventional HTML tag content for the Template Component would be through the following configuration
It would be beneficial if the configuration accepts a delegate overload that would allow transpose the previous configuration to the following
Current behavior
Currently, the Template component does not expose a delegate overload for the
.AddHtml()
API configuration.Expected/desired behavior
The Template component should expose a delegate overload for the
.AddHtml()
API configuration.Environment
The text was updated successfully, but these errors were encountered: