BWAEditor..::..Text Property
Gets or sets the plain-text representation of the editor content.
Setting this property assigns the value as HTML content directly.
Getting strips HTML tags.
Namespace:
AdvantageCMS.Web.UIAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
[BindableAttribute] [CategoryAttribute] [DefaultValueAttribute] public string Text { get; set; }

