ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FileManager Class / FileExtentionImageFormater Property

In This Topic
    FileExtentionImageFormater Property
    In This Topic
    Function to return image path for each file extention.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property FileExtentionImageFormater As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string FileExtentionImageFormater {get; set;}
    See Also