menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderUploadedFiles - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploaderUploadedFiles

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    UploaderUploadedFiles
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class UploaderUploadedFiles : EJTagHelper

    Constructors

    UploaderUploadedFiles()

    Declaration
    public UploaderUploadedFiles()

    Properties

    Name

    Specifies the name of the file

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Size

    Specifies the size of the file

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Type

    Specifies the type of the file

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved