33 packages tagged with “ActionResult”
Decouples domain operation results from ActionResult-based types of Web API. Provides: - data types for returning from domain operations (wraps up the returned value and adds operation status with error messages if applicable); - 50+ extension methods to effortlessly form the desired response.
DotNetCore.AspNetCore
Converts a IDomainResult-based object (returned from the Domain Layer) to various ActionResult-based types providing 20+ static extension methods. To be used in Web API projects to accompany 'DomainResult.Common' package used in the Domain Layer.
A small package to allow using resume during transfering data over MVC application in ASP.NET Core.
Dynamic Response Container for NetFramework, NetStandard, NetCore and Net
Redirect And Post Action Result Extension for ASP.NET COre Controller.
A service result library that can map fluent Result to ActionResult
Adds helper methods overrides to AspNetCore's ControllerBase `Ok`, `Created`, ... that allow compile-time checks that what is returned matches the return type in `Task<ActionResult<MyReturnType>>`
Provides the RangedStreamResult class; an IActionResult that makes handling ranged requests simpler in Mvc controllers when using streams for files/blobs
Seamlessly map Results from CSharpFunctionalExtensions to HttpResults for cleaner, more fluent Web APIs
Easily write a stream without buffering
PDF can be made by simply returning return new PdfResult() in ASP.NET MVC which will show a PDF in the browser or you can use PdfBytes class to get html converted to pdf bytes . There are multiple overloads available for you to select an data object or a action other than your current one. Moreover you can pass parameters to specify master layout if any, document size, File Download Name.
This ActionResult class for ASP.NET MVC allows you to send a binary contents response that can cache based on Etag, and/or last modified date, to web browser. If the cache hit, this class send "HTTP 304 Not Modified" without calling contents retrieving callback. / この ASP.NET MVC ActionResult クラスは Etag および 最終更新日に基づくブラウザキャッシュで制御されるコンテンツを返すことができ、キャッシュにヒットする場合は HTTP 304 Not Modified を返します。
AspNetCore extensions for Result pattern in .NET
Single Response Model for the ActionResult
包裹返回的结果
Simple respones builder functions on top of ActionResult!
Roslyn analyzer for strict ActionResult<T> return type validation
Applies the RFC7807 Error Details cast from ActionResult received at the Controller level by invoking some of these OperationResult's extension .AsOkOrFailure(), .AsNoContentOrFailure(), .AsCreatedOrFailure() etc.
转换Result为ActionResult
日本語用 PDF作成ツール 簡単にPDFを作成できます。
Extension to IActionResult for Viewing PDF
A set of extensions to add flash message feature to ASP.NET Core projects.
Package Description
OneResult provide a model to be used as a output result for methods.
DotaCore.AspNetCore
This project contains extension method to convert Sisusa.ReturnTypes.Failure to an ActionResult to simplify result handling in web api projects.
C# library defining logging primitives.
DotNetCore.AspNetCore forked by YITC
ASP.NET Core MVC integration extensions for ED14.OperationResult. Enables seamless conversion of business results and errors to MVC action results with customizable mapping and headers.