FileContentResultExecutor(ILoggerFactory) Constructor

Definition

Intializes a new FileContentResultExecutor.

public:
 FileContentResultExecutor(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public FileContentResultExecutor (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor
Public Sub New (loggerFactory As ILoggerFactory)

Parameters

loggerFactory
ILoggerFactory

The factory used to create loggers.

Applies to