Value Type Saved: String
Last updated 7 months ago
There are now two rich text editors in ZauberCMS, TinyMCE and . The Radzen editor is the most simple and has no configuration settings and no need for an API key
@((MarkupString)(Content!.GetValue<string>("PropertyAliasHere") ?? string.Empty))
We have to use the (MarkupString) on HTML content in Blazor
(MarkupString)