FileContentResultExecutor.WriteFileAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルの内容を書き込みます。
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
パラメーター
- context
- ActionContext
アクション コンテキスト。
- result
- FileContentResult
- rangeLength
- Int64
範囲の長さ。