FileContentResultExecutor.WriteFileAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Scrive il contenuto del file.
protected:
virtual System::Threading::Tasks::Task ^ WriteFileAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::FileContentResult ^ result, Microsoft::Net::Http::Headers::RangeItemHeaderValue ^ range, long rangeLength);
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.FileContentResult result, Microsoft.Net.Http.Headers.RangeItemHeaderValue range, long rangeLength);
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.FileContentResult result, Microsoft.Net.Http.Headers.RangeItemHeaderValue? range, long rangeLength);
override this.WriteFileAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.FileContentResult * Microsoft.Net.Http.Headers.RangeItemHeaderValue * int64 -> System.Threading.Tasks.Task
Protected Overridable Function WriteFileAsync (context As ActionContext, result As FileContentResult, range As RangeItemHeaderValue, rangeLength As Long) As Task
Parametri
- context
- ActionContext
Contesto dell'azione.
- result
- FileContentResult
Oggetto FileContentResult.
- range
- RangeItemHeaderValue
Oggetto RangeItemHeaderValue.
- rangeLength
- Int64
Lunghezza dell'intervallo.