Show / Hide Table of Contents

Class UploadFileViewModel

Inheritance
object
UploadFileViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity.Components
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class UploadFileViewModel

Constructors

UploadFileViewModel()

Declaration
public UploadFileViewModel()

Properties

Accept

Declaration
public string Accept { get; }
Property Value
Type Description
string

File

Declaration
public IBrowserFile File { get; set; }
Property Value
Type Description
IBrowserFile

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

FileType

Declaration
public ImportUsersFromFileType FileType { get; set; }
Property Value
Type Description
ImportUsersFromFileType
In this article
Back to top Powered by Volosoft