PDFViewerDplProcessingDownloadSettingsBuilder

Methods

Url(System.String)

Specifies the download action url that will be navigated to.

Parameters

value - System.String

The value that configures the url.

Example

Razor
 
            @(Html.Kendo().PDFViewer()
               .Name("pdfviewer")
               .DplProcessing(dpl => {
                    dpl.Download(r => r.Url(Url.Action("DownloadPdf", "PdfViewer")));
                })
             )
             
In this article
MethodsUrl(System.String)
Not finding the help you need?
Contact Support