Join Discord
Powered by
I fixed this by doing this but seems a little stra...
# package-development
s
shazwazza.
03/09/2023, 12:22 AM
I fixed this by doing this but seems a little strange: public IHtmlContent Body { get { if (this.HasProperty("richText")) { return new HtmlString(this.Value
("richText").ToHtmlString()); }
Previous
Next