Powered by
I fixed this by doing this but seems a little stra...
# package-development
j
Jazzyshazzy
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()); }
5
Views
Previous
Next