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"))
)
)