FileResultExecutorBase(ILogger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Intializes a new FileResultExecutorBase.
public:
FileResultExecutorBase(Microsoft::Extensions::Logging::ILogger ^ logger);
public FileResultExecutorBase (Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase : Microsoft.Extensions.Logging.ILogger -> Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase
Public Sub New (logger As ILogger)
Parameters
- logger
- ILogger
The logger.