FileContentResultExecutor.WriteFileAsync Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dosya içeriğini yazar.
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
Parametreler
- context
- ActionContext
Eylem bağlamı.
- result
- FileContentResult
- rangeLength
- Int64
Aralığın uzunluğu.