Inheritance
System.Object
FileSystemBlobStorageExtensions
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.BlobStorage.FileSystem.dll
public static class FileSystemBlobStorageExtensions : object
Methods
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddFileSystemBlobStorage(this IServiceCollection services)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|
Returns
| Type |
Description |
| IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddFileSystemBlobStorage(this IServiceCollection services, IConfigurationRoot configuration)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|
| IConfigurationRoot |
configuration |
|
Returns
| Type |
Description |
| IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddFileSystemBlobStorage(this IServiceCollection services, FileSystemBlobStorageOptions options)
Parameters
Returns
| Type |
Description |
| IServiceCollection |
|