ControlsNucleus includes some shared controls that you can use in your extensions. The FileSelector, FolderSelector, FileUpload and PagingControl controls are all View Components that can be used in your Razor views. Use them to create a consistent user interface for file management and paging.
- File Selector
The File Selector control provides a reusable file selection user interface for Nucleus extensions.
- File Upload
The File Upload control provides a reusable user interface (button) for uploading files to a specified folder in the file system.
- Folder Selector
The FolderSelector control (View Component) provides a user interface for selecting a folder from the file system. It supports multiple file system providers, navigation through folder hierarchies, and filtering of folder contents.
- Paging Control
The PagingControl control provides a reusable user interface (button) for navigating through pages of content in a web application.