-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
I have an HTML string that's being returned via an API call in Blazor. I'd love to use HtmlTags to then display these in my Blazor component. Is this possible? Currently I have
@foreach (var element in _form.Elements)
{
var htmlElement = new HtmlTag(element.Html);
<what do I put here to render it?>
}
I'm not sure how to get that element rendered?
Metadata
Metadata
Assignees
Labels
No labels