EditorStyleSheetBuilder

Methods

Add(System.String)

Adds custom stylesheets within the editing area.

Parameters

url - System.String

The string URL.

Example

Razor
 
             @(Html.Kendo().Editor()
               .Name("Editor")
               .StyleSheets(css => {
                    css.Add(Url.Content("~/shared/web/editor/editorStyles.css"));
               })
             )
             
In this article
MethodsAdd(System.String)
Not finding the help you need?
Contact Support