Méthode | Description | |
---|---|---|
IsValid ( string fileName, string contentType ) : bool | ||
LocalFileSystemStorageHandler ( IOptions |
||
UploadFile ( string fileName, string contentType, Stream stream ) : Task |
Méthode | Description | |
---|---|---|
GetFullUrl ( string prefix, string fileName ) : string |
public IsValid ( string fileName, string contentType ) : bool | ||
fileName | string | |
contentType | string | |
Résultat | bool |
public LocalFileSystemStorageHandler ( IOptions |
||
settings | IOptions |
|
hostingEnvironment | IHostingEnvironment | |
Résultat | System |
public UploadFile ( string fileName, string contentType, Stream stream ) : Task |
||
fileName | string | |
contentType | string | |
stream | Stream | |
Résultat | Task |