ProxyBuilder

Methods

Url(System.String)

Sets the url of the proxy.

Parameters

url - System.String

The url.

Example

Razor
 
             @( Html.Kendo().Editor()
                        .Name("Editor")
                        .ExportAs(exportAs => exportAs
                            .Proxy(p => p.Url("/proxy"))
                        )
            )
             
In this article
MethodsUrl(System.String)
Not finding the help you need?
Contact Support