Provides the RangedStreamResult class; an IActionResult that makes handling ranged requests simpler in Mvc controllers when using streams for files/blobs.
Info
Version: | 1.3.2 |
Author(s): | Malte Rosenbjerg |
Last Update: | Friday, November 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rosenbjerg/AspNetCore.Mvc.RangedStreamResult |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.Mvc.RangedStreamResult |
Install
Install-Package AspNetCore.Mvc.RangedStreamResult
dotnet add package AspNetCore.Mvc.RangedStreamResult
paket add AspNetCore.Mvc.RangedStreamResult
AspNetCore.Mvc.RangedStreamResult Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.StaticFiles(>= 2.2.0)
Tags