ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FileManagerTagHelper Class / FileExtentionImageFormater Property

In This Topic
    FileExtentionImageFormater Property (FileManagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FileManager.FileExtentionImageFormater. Function to return image path for each file extention.
    Syntax
    'Declaration
     
    Public Property FileExtentionImageFormater As String
    public string FileExtentionImageFormater {get; set;}
    See Also