New to Telerik UI for ASP.NET MVC? 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("~/Content/web/Editor/editorStyles.css"))
               )
             )

In this article
Not finding the help you need?