Specifies the path of an external CSS file that provides CSS styles for text in the editing area.
[Visual Basic]
Public Property TextAreaCssFile As
String
[C#]
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
Editor Class | EO.Web Namespace