Result monad for C#. In its core this monad enhances a type by adding a success/failure status. For more information see http://csharp-functional.readthedocs.io/en/latest/result-monad.html.
AspNetCore.Mvc.HttpActionResults.ClientError is a collection of client error HTTP status code action results for ASP.NET Core MVC. See the project repository for more information and available features.
.NET library that provide mainly functional features for C#.
This means concept of Option, Result, Either and ValueObject.
Supported platforms:
- .NET Standard 1.0+
- .NET Core 1.0+
- .NET Framework 2.0+
Supports Source Link
AspNetCore.Mvc.HttpActionResults.Redirection is a collection of redirection HTTP status code action results for ASP.NET Core MVC. See the project repository for more information and available features.
AspNetCore.Mvc.HttpActionResults.ClientError.Extensions is a collection of client error HTTP status code extension methods for ASP.NET Core MVC. See the project repository for more information and available features.
AspNetCore.Mvc.HttpActionResults.Redirection.Extensions is a collection of redirection HTTP status code extension methods for ASP.NET Core MVC. See the project repository for more information and available features.
AspNetCore.Mvc.HttpActionResults.ServerError is a collection of server error HTTP status code action results for ASP.NET Core MVC. See the project repository for more information and available features.
AspNetCore.Mvc.HttpActionResults.Success.Extensions is a collection of success HTTP status code extension methods for ASP.NET Core MVC. See the project repository for more information and available features.