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.
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