Skip to content

Latest commit

 

History

History
70 lines (31 loc) · 2.32 KB

design-patterns-controls-FileDownload.md

File metadata and controls

70 lines (31 loc) · 2.32 KB

FileDownload

Basics

The FileDownload control enables the user to download files

When to use

Best practices

Do

  • Do choose the appropriate the download method - OAuth, Saas, BlobUri, DataUri

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

The FileDownload control offers different create methods and has the following entries in the interactive controls playground

Related info