FileContentResultExecutor Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Polecenie IActionResultExecutor<TResult>
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
- 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. |