Table of Contents
HtmlBodyCssClass Property

Gets or sets the style applied to the body element of the text area.

Syntax
 public String HtmlBodyCssClass { get; set; }
Remarks

This property can be used to set the default font for the editor contents. The same CSS class usually should also be used while displaying the contents without using the editor in order to maintain consistent look and feel for the contents.

See Also