Class FileModel
Inheritance
System.Object
FileModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Models
Assembly: mix.heart.dll
Syntax
public class FileModel
Constructors
| Improve this Doc View SourceFileModel()
Declaration
public FileModel()
FileModel(IFormFile, String)
Declaration
public FileModel(IFormFile file, string folder)
Parameters
Type | Name | Description |
---|---|---|
IFormFile | file | |
System.String | folder |
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Extension
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileFolder
Declaration
public string FileFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filename
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileStream
Declaration
public string FileStream { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FolderName
Declaration
public string FolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullPath
Declaration
public string FullPath { get; }
Property Value
Type | Description |
---|---|
System.String |
WebPath
Declaration
public string WebPath { get; }
Property Value
Type | Description |
---|---|
System.String |