Class FileUploadInputDto
Inheritance
System.Object
FileUploadInputDto
Namespace: Volo.Blogging.Files
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class FileUploadInputDto : object
Properties
Bytes
Declaration
public byte[] Bytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |