Table of Contents
TextAreaCssFile Property

Specifies the path of an external CSS file that provides CSS styles for text in the editing area.

Syntax
 public String TextAreaCssFile { get; set; }
Remarks

The path must be a path relative to the application root, that is, starting with "~/". For example, "~/styles/editor.css".

See Also