Text Editor (Zauber)

The most fully featured Editor in the CMS, and the default one for all examples. It is recommended you use this editor over the others.

Settings

Example of getting value on page

@((MarkupString)(Content!.GetValue<string>("PropertyAliasHere") ?? string.Empty))

We have to use the (MarkupString) on HTML content in Blazor

Last updated