Method | Description | |
---|---|---|
IsValid ( string fileName, string contentType ) : bool | ||
LocalFileSystemStorageHandler ( IOptions |
||
UploadFile ( string fileName, string contentType, Stream stream ) : Task |
Method | Description | |
---|---|---|
GetFullUrl ( string prefix, string fileName ) : string |
public IsValid ( string fileName, string contentType ) : bool | ||
fileName | string | |
contentType | string | |
return | bool |
public LocalFileSystemStorageHandler ( IOptions |
||
settings | IOptions |
|
hostingEnvironment | IHostingEnvironment | |
return | System |
public UploadFile ( string fileName, string contentType, Stream stream ) : Task |
||
fileName | string | |
contentType | string | |
stream | Stream | |
return | Task |