DocumentCacheOptions.DownloadUrl Property
Definition
- Namespace
- GleamTech.DocumentUltimate.Caching
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets a value that specifies the custom url that should be used for downloading the document.
By default, when you click the download button, the download is handled internally by the document viewer. You can override the default behaviour by specifying your own url which handles the download.
public string DownloadUrl { get; set; }