EditorStyleSheetBuilder
Methods
Add(System.String)
Adds custom stylesheets within the editing area.
Parameters
url - System.String
The string URL.
Example
@(Html.Kendo().Editor()
.Name("Editor")
.StyleSheets(css =>
css.Add(Url.Content("~/Content/web/Editor/editorStyles.css"))
)
)