VirtualFileResultExecutor.WriteFileAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System.Object.WriteFileAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.VirtualFileResult,Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64)
protected:
virtual System::Threading::Tasks::Task ^ WriteFileAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::VirtualFileResult ^ result, Microsoft::Extensions::FileProviders::IFileInfo ^ fileInfo, Microsoft::Net::Http::Headers::RangeItemHeaderValue ^ range, long rangeLength);
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.VirtualFileResult result, Microsoft.Extensions.FileProviders.IFileInfo fileInfo, Microsoft.Net.Http.Headers.RangeItemHeaderValue range, long rangeLength);
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.VirtualFileResult result, Microsoft.Extensions.FileProviders.IFileInfo fileInfo, Microsoft.Net.Http.Headers.RangeItemHeaderValue? range, long rangeLength);
override this.WriteFileAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.VirtualFileResult * Microsoft.Extensions.FileProviders.IFileInfo * Microsoft.Net.Http.Headers.RangeItemHeaderValue * int64 -> System.Threading.Tasks.Task
Protected Overridable Function WriteFileAsync (context As ActionContext, result As VirtualFileResult, fileInfo As IFileInfo, range As RangeItemHeaderValue, rangeLength As Long) As Task
Parameters
- context
- ActionContext
- result
- VirtualFileResult
- fileInfo
- IFileInfo
- range
- RangeItemHeaderValue
- rangeLength
- Int64