FileContentResultExecutor Class
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.
public ref class FileContentResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::FileResultExecutorBase, Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::FileContentResult ^>
C#
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)
- Inheritance
- Implements
File |
Intializes a new FileContentResultExecutor. |
Buffer |
The buffer size: 64 * 1024. (Inherited from FileResultExecutorBase) |
Logger |
The logger to use. (Inherited from FileResultExecutorBase) |
Execute |
Asynchronously executes the action result, by modifying the HttpResponse. |
Set |
Sets etag and last modified headers. (Inherited from FileResultExecutorBase) |
Write |
Writes the file content. |
Tuote | Versiot |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |