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("~/Content/web/Editor/editorStyles.css"))
               )
             )
             
In this article
MethodsAdd(System.String)
Not finding the help you need?
Contact Support