New to Telerik UI for ASP.NET Core? Download free 30-day trial

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("~/shared/web/editor/editorStyles.css"));
               })
             )

In this article
Not finding the help you need?