[]
ITagHelper implementation for FileManager.
[HtmlTargetElement("c1-file-manager")]
public class FileManagerTagHelper : ControlTagHelper<FileManager>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-file-manager")>
Public Class FileManagerTagHelper
Inherits ControlTagHelper(Of FileManager)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| FileManagerTagHelper() |
| Name | Description |
|---|---|
| CloudType | Configurates CloudType. Sets the type of cloud will be supported by FileManager |
| ContainerName | Configurates ContainerName. Use only for Azure, OneDrive cloud. |
| FileExtentionImageFormater | Configurates FileExtentionImageFormater. Function to return image path for each file extention. |
| HostUrl | Configurates HostUrl. Host Url of machine which host the server. |
| InitPath | Configurates InitPath. Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead. |
| IsReadOnly | Configurates IsReadOnly. Sets a value indicating whether user can only read content of control or not. |
| RootFolder | Configurates RootFolder. Path of root folder. |