Default constructor. Services are injected by the IoC container.

public FileStoreMiddleware(RequestDelegate next, ILogger<FileStoreMiddleware> logger, IImageProcessor imageProcessor, IWebHostEnvironment environment, IOptions<ContentManagementOptions> options)

Parameters

next RequestDelegate
logger ILogger<FileStoreMiddleware>
imageProcessor IImageProcessor
environment IWebHostEnvironment
options IOptions<ContentManagementOptions>
In this article