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

ProxyBuilder

Methods

Url(System.String)

Sets the url of the proxy.

Parameters

url - System.String

The url.

Example


             @( Html.Kendo().Editor()
                        .Name("Editor")
                        .ExportAs(exportAs => exportAs
                            .Proxy(p => p.Url("/proxy"))
                        )
            )

In this article
Not finding the help you need?