Middleware that, when included in your Asp.Net Core app, allows you to throw new HttpStatusCodeException() and interrupt the execution of a request while sending back a response with the given Status Code and Body.
Info
Version: | 1.0.0 |
Author(s): | bc3tech |
Last Update: | Monday, July 31, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.Middleware.HttpStatusCodeException |
Install
Install-Package AspNetCore.Middleware.HttpStatusCodeException
dotnet add package AspNetCore.Middleware.HttpStatusCodeException
paket add AspNetCore.Middleware.HttpStatusCodeException
AspNetCore.Middleware.HttpStatusCodeException Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 1.1.2)
- Microsoft.NETCore.App(>= 1.1.2)
Tags