Udostępnij za pośrednictwem


FileContentResultExecutor Klasa

Definicja

public ref class FileContentResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::FileResultExecutorBase, Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::FileContentResult ^>
public class FileContentResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase, Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.FileContentResult>
type FileContentResultExecutor = class
    inherit FileResultExecutorBase
    interface IActionResultExecutor<FileContentResult>
Public Class FileContentResultExecutor
Inherits FileResultExecutorBase
Implements IActionResultExecutor(Of FileContentResult)
Dziedziczenie
FileContentResultExecutor
Implementuje

Konstruktory

FileContentResultExecutor(ILoggerFactory)

Inicjuje nowy FileContentResultExecutorelement .

Pola

BufferSize

Rozmiar buforu: 64 * 1024.

(Odziedziczone po FileResultExecutorBase)

Właściwości

Logger

Rejestrator do użycia.

(Odziedziczone po FileResultExecutorBase)

Metody

ExecuteAsync(ActionContext, FileContentResult)

Asynchronicznie wykonuje wynik akcji, modyfikując element HttpResponse.

SetHeadersAndLog(ActionContext, FileResult, Nullable<Int64>, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)

Ustawia element etag i ostatnio zmodyfikowane nagłówki.

(Odziedziczone po FileResultExecutorBase)
WriteFileAsync(ActionContext, FileContentResult, RangeItemHeaderValue, Int64)

Zapisuje zawartość pliku.

Dotyczy