Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploadFiles - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploadFiles

    Inheritance
    System.Object
    UploadFiles
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UploadFiles : Object

    Constructors

    UploadFiles()

    Declaration
    public UploadFiles()

    Properties

    FileInfo

    Return the selected file details.

    Declaration
    public FileInfo FileInfo { get; set; }
    Property Value
    Type Description
    FileInfo

    Stream

    Return the selected file stream.

    Declaration
    public MemoryStream Stream { get; set; }
    Property Value
    Type Description
    System.IO.MemoryStream
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved