[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FileManagerTagHelper

FileManagerTagHelper Class

ITagHelper implementation for FileManager.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-file-manager")]
public class FileManagerTagHelper : ControlTagHelper<FileManager>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
FileManagerTagHelper()

Properties

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.